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.
1 parent 94aa8be commit be87a99Copy full SHA for be87a99
project/Dependencies.scala
@@ -77,7 +77,7 @@ object Dependencies {
77
object Test {
78
val sprayJson = Compile.sprayJson % "test"
79
val junit = Compile.junit % "test"
80
- val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
+ val specs2 = "org.specs2" %% "specs2-core" % "4.22.0"
81
val munit = "org.scalameta" %% "munit" % "1.2.0"
82
83
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
0 commit comments