Skip to content

Commit

Permalink
Merge pull request #208 from scala-steward/update/specs2-core-4.20.1
Browse files Browse the repository at this point in the history
Update specs2-core to 4.20.1
  • Loading branch information
mkurz authored Aug 11, 2023
2 parents b499f55 + 2c84d6c commit f8d1841
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.52",
"org.specs2" %% "specs2-core" % "4.20.0" % "test",
"org.specs2" %% "specs2-core" % "4.20.1" % "test",
"junit" % "junit" % "4.13.2" % "test"
)

Expand Down

0 comments on commit f8d1841

Please sign in to comment.