Skip to content

Commit 75e173b

Browse files
Update specs2-core to 4.21.0
1 parent 4bcea61 commit 75e173b

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
@@ -78,7 +78,7 @@ object Dependencies {
7878
object Test {
7979
val sprayJson = Compile.sprayJson % "test"
8080
val junit = Compile.junit % "test"
81-
val specs2 = "org.specs2" %% "specs2-core" % "4.20.9"
81+
val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
8282
val munit = "org.scalameta" %% "munit" % "1.1.0"
8383

8484
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"

0 commit comments

Comments
 (0)