Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rtyley committed Apr 1, 2024
1 parent 6e53cab commit e277f9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Expand Up @@ -141,7 +141,7 @@ lazy val refined = (project in file("refined"))
.settings(
libraryDependencies ++= Seq(
"eu.timepit" %% "refined" % "0.11.1",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)
)
.dependsOn(scanamo)
Expand All @@ -163,7 +163,7 @@ lazy val scanamo = (project in file("scanamo"))
// Use Joda for custom conversion example
"org.joda" % "joda-convert" % "2.2.3" % Provided,
"joda-time" % "joda-time" % "2.12.7" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
)
Expand Down Expand Up @@ -194,7 +194,7 @@ lazy val catsEffect = (project in file("cats"))
"org.typelevel" %% "cats-core" % V.catsVersion,
"org.typelevel" %% "cats-effect" % V.catsEffectVersion,
"co.fs2" %% "fs2-core" % "3.10.2",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
),
Test / fork := true,
Expand All @@ -217,7 +217,7 @@ lazy val zio = (project in file("zio"))
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion % Provided,
"dev.zio" %% "zio-interop-cats" % "3.1.1.0",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
),
Test / fork := true,
Expand All @@ -241,7 +241,7 @@ lazy val alpakka = (project in file("alpakka"))
awsDynamoDB,
"org.typelevel" %% "cats-free" % V.catsVersion,
"com.lightbend.akka" %% "akka-stream-alpakka-dynamodb" % "2.0.2",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
),
Test / fork := true,
Expand All @@ -263,7 +263,7 @@ lazy val pekko = (project in file("pekko"))
awsDynamoDB,
"org.typelevel" %% "cats-free" % V.catsVersion,
"org.apache.pekko" %% "pekko-connectors-dynamodb" % "1.0.2",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
),
Test / fork := true,
Expand All @@ -284,7 +284,7 @@ lazy val joda = (project in file("joda"))
libraryDependencies ++= List(
"org.joda" % "joda-convert" % "2.2.3" % Provided,
"joda-time" % "joda-time" % "2.12.7",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
)
)
Expand Down

0 comments on commit e277f9d

Please sign in to comment.