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 4bcea61 commit 75e173bCopy full SHA for 75e173b
project/Dependencies.scala
@@ -78,7 +78,7 @@ object Dependencies {
78
object Test {
79
val sprayJson = Compile.sprayJson % "test"
80
val junit = Compile.junit % "test"
81
- val specs2 = "org.specs2" %% "specs2-core" % "4.20.9"
+ val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
82
val munit = "org.scalameta" %% "munit" % "1.1.0"
83
84
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
0 commit comments