Skip to content

Commit

Permalink
Merge pull request #188 from scala-steward/update/specs2-core-4.20.0
Browse files Browse the repository at this point in the history
Update specs2-core to 4.20.0
  • Loading branch information
KannarFr authored Jul 3, 2023
2 parents 2180ce0 + be88401 commit 7437a52
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 @@ -31,7 +31,7 @@ inThisBuild(
"io.circe" %% "circe-parser" % "0.14.2",
"ch.qos.logback" % "logback-classic" % "1.4.8",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.specs2" %% "specs2-core" % "4.16.1" % Test,
"org.specs2" %% "specs2-core" % "4.20.0" % Test,
"com.clever-cloud" %% "testcontainers-scala-warp10" % "2.0.0" % Test
),
scalacOptions ++= Seq(
Expand Down

0 comments on commit 7437a52

Please sign in to comment.