Skip to content

Commit 8509919

Browse files
Update specs2-core to 4.23.0 (#596)
1 parent 79e15e7 commit 8509919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion
1717

1818
val specs2 = Seq(
19-
"org.specs2" %% "specs2-core" % "4.22.0" % "provided",
19+
"org.specs2" %% "specs2-core" % "4.23.0" % "provided",
2020
"org.hamcrest" % "hamcrest-core" % "3.0" % "provided"
2121
)
2222

0 commit comments

Comments
 (0)