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 3d15b22 commit 70837a0Copy full SHA for 70837a0
project/build.scala
@@ -111,7 +111,7 @@ object build {
111
libraryDependencies += {
112
scalaBinaryVersion.value match {
113
case "3" =>
114
- "org.specs2" %%% "specs2-scalacheck" % "5.5.0" % "test"
+ "org.specs2" %%% "specs2-scalacheck" % "5.5.1" % "test"
115
case _ =>
116
"org.specs2" %%% "specs2-scalacheck" % "4.20.5" % "test"
117
}
0 commit comments