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 11ea16a commit 3d15b22Copy full SHA for 3d15b22
project/build.scala
@@ -113,7 +113,7 @@ object build {
113
case "3" =>
114
"org.specs2" %%% "specs2-scalacheck" % "5.5.0" % "test"
115
case _ =>
116
- "org.specs2" %%% "specs2-scalacheck" % "4.20.4" % "test"
+ "org.specs2" %%% "specs2-scalacheck" % "4.20.5" % "test"
117
}
118
},
119
libraryDependencies ++= Seq(
0 commit comments