We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0f61f commit 11ea16aCopy full SHA for 11ea16a
project/build.scala
@@ -111,7 +111,7 @@ object build {
111
libraryDependencies += {
112
scalaBinaryVersion.value match {
113
case "3" =>
114
- "org.specs2" %%% "specs2-scalacheck" % "5.4.2" % "test"
+ "org.specs2" %%% "specs2-scalacheck" % "5.5.0" % "test"
115
case _ =>
116
"org.specs2" %%% "specs2-scalacheck" % "4.20.4" % "test"
117
}
0 commit comments