Skip to content

Commit 49e78c3

Browse files
committedNov 15, 2024··
specs2-core 4.20.9 (was 4.20.8)
1 parent d056930 commit 49e78c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / crossScalaVersions := Seq(scala212)
1717

1818
libraryDependencies ++= Seq(
1919
"org.webjars" % "webjars-locator-core" % "0.59",
20-
"org.specs2" %% "specs2-core" % "4.20.8" % "test",
20+
"org.specs2" %% "specs2-core" % "4.20.9" % "test",
2121
"junit" % "junit" % "4.13.2" % "test"
2222
)
2323

0 commit comments

Comments
 (0)
Please sign in to comment.