Skip to content

Commit

Permalink
Update specs2-core to 4.20.9 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 19, 2024
1 parent 5a7406b commit 7784d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val core = project
"com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,
"com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13,
"org.slf4j" % "slf4j-nop" % "2.0.16" % "test",
"org.specs2" %% "specs2-core" % "4.20.8" % "test"
"org.specs2" %% "specs2-core" % "4.20.9" % "test"
),
mdocOut := file(".")
)
Expand All @@ -46,7 +46,7 @@ lazy val config = project
name := "scala-scraper-config",
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.3",
"org.specs2" %% "specs2-core" % "4.20.8" % "test"
"org.specs2" %% "specs2-core" % "4.20.9" % "test"
)
)

Expand Down

0 comments on commit 7784d1f

Please sign in to comment.