We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3f382 + 3f0496e commit e9f1e70Copy full SHA for e9f1e70
build.sbt
@@ -15,7 +15,7 @@ ThisBuild / crossScalaVersions := Seq(scala212, scala3)
15
16
libraryDependencies ++= Seq(
17
"org.webjars" % "webjars-locator-core" % "0.59",
18
- "org.specs2" %% "specs2-core" % "4.22.0" % "test",
+ "org.specs2" %% "specs2-core" % "4.23.0" % "test",
19
"junit" % "junit" % "4.13.2" % "test"
20
)
21
0 commit comments