Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent 41e2716 commit 4989145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val spores = project
)
case _ => Seq.empty
}) ++ List(
"org.scalatest" %% "scalatest" % "3.2.16" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)
)
lazy val akkaProvided = List(
Expand All @@ -153,7 +153,7 @@ lazy val core = project
"com.typesafe" % "config" % "1.4.2",
"org.typelevel" %% "cats-effect" % "3.5.3",
"io.github.pityka" %% "selfpackage" % "2.0.1",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.outr" %% "scribe" % scribeVersion,
"com.outr" %% "scribe-slf4j" % scribeVersion,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal",
Expand Down Expand Up @@ -283,7 +283,7 @@ lazy val circe = project
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"org.scalatest" %% "scalatest" % "3.2.16" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
) ++ akkaProvided
)
.dependsOn(core)
Expand All @@ -299,7 +299,7 @@ lazy val ecoll = project
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterVersion,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.16" % "test"
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
) ++ akkaProvided
)
.dependsOn(core)
Expand Down

0 comments on commit 4989145

Please sign in to comment.