Skip to content

Commit

Permalink
Update specs2-core to 4.20.4 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 17, 2024
1 parent 032a8d8 commit 033c36a
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.11" % "test",
"org.specs2" %% "specs2-core" % "4.20.3" % "test"
"org.specs2" %% "specs2-core" % "4.20.4" % "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.3" % "test"
"org.specs2" %% "specs2-core" % "4.20.4" % "test"
)
)

Expand Down

0 comments on commit 033c36a

Please sign in to comment.