Skip to content

Commit

Permalink
Update specs2-core to 4.20.9 (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Dec 29, 2024
1 parent 2f70158 commit 93d3dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Dependencies {
object Test {
val sprayJson = Compile.sprayJson % "test"
val junit = Compile.junit % "test"
val specs2 = "org.specs2" %% "specs2-core" % "4.20.3"
val specs2 = "org.specs2" %% "specs2-core" % "4.20.9"
val munit = "org.scalameta" %% "munit" % "1.0.3"

val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
Expand Down

0 comments on commit 93d3dc8

Please sign in to comment.