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 adf6ef9 commit 2eba946Copy full SHA for 2eba946
project/Dependencies.scala
@@ -81,7 +81,7 @@ object Dependencies {
81
object Test {
82
val sprayJson = Compile.sprayJson % "test"
83
val junit = Compile.junit % "test"
84
- val specs2 = "org.specs2" %% "specs2-core" % "4.22.0"
+ val specs2 = "org.specs2" %% "specs2-core" % "4.23.0"
85
val munit = "org.scalameta" %% "munit" % "1.2.1"
86
87
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"
0 commit comments