Skip to content

Commit

Permalink
Merge pull request #223 from scala-steward/update/specs2-core-4.20.4
Browse files Browse the repository at this point in the history
Update specs2-core to 4.20.4
  • Loading branch information
mkurz authored Jan 14, 2024
2 parents ad76f10 + dbb0249 commit 8ce523c
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 @@ -13,7 +13,7 @@ developers += Developer(

libraryDependencies ++= Seq(
"org.webjars" % "webjars-locator-core" % "0.55",
"org.specs2" %% "specs2-core" % "4.20.3" % "test",
"org.specs2" %% "specs2-core" % "4.20.4" % "test",
"junit" % "junit" % "4.13.2" % "test"
)

Expand Down

0 comments on commit 8ce523c

Please sign in to comment.