From 93f324705c2da1991c41ee29241a6833f11f833e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 18:05:26 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1eada4e1..757811b7 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val sharedSettings = Seq( organization := "io.lemonlabs", libraryDependencies ++= Seq( "org.typelevel" %%% "simulacrum-scalafix-annotations" % simulacrumScalafixVersion, - "org.scalatest" %%% "scalatest" % "3.2.18" % Test, + "org.scalatest" %%% "scalatest" % "3.2.19" % Test, "org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test, "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, "org.typelevel" %%% "cats-laws" % "2.9.0" % Test