Skip to content

Commit e9f1e70

Browse files
authored
Merge pull request #290 from scala-steward/update/specs2-core-4.23.0
specs2-core 4.23.0 (was 4.22.0)
2 parents eb3f382 + 3f0496e commit e9f1e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ThisBuild / crossScalaVersions := Seq(scala212, scala3)
1515

1616
libraryDependencies ++= Seq(
1717
"org.webjars" % "webjars-locator-core" % "0.59",
18-
"org.specs2" %% "specs2-core" % "4.22.0" % "test",
18+
"org.specs2" %% "specs2-core" % "4.23.0" % "test",
1919
"junit" % "junit" % "4.13.2" % "test"
2020
)
2121

0 commit comments

Comments
 (0)