Skip to content

Commit

Permalink
Update specs2-core to 4.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent 5e3cd52 commit 1d4d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ThisBuild / libraryDependencies ++= Seq(
"io.circe" %% "circe-parser" % circeVersion,
"ch.qos.logback" % "logback-classic" % "1.5.2",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.specs2" %% "specs2-core" % "4.20.2" % Test,
"org.specs2" %% "specs2-core" % "4.20.9" % Test,
"com.clever-cloud" %% "testcontainers-scala-warp10" % "2.1.0" % Test
)
ThisBuild / scalacOptions ++= Seq(
Expand Down

0 comments on commit 1d4d2b6

Please sign in to comment.