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.
2 parents b89819d + 5c876c1 commit 49957e4Copy full SHA for 49957e4
dependencies.sbt
@@ -25,7 +25,7 @@ libraryDependencies ++=
25
* @see [[https://github.com/spotify/magnolify]]
26
*/
27
libraryDependencies ++=
28
- "org.scalacheck" %% "scalacheck" % "1.17.0" % Test ::
+ "org.scalacheck" %% "scalacheck" % "1.18.0" % Test ::
29
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test ::
30
"com.spotify" %% "magnolify-scalacheck" % "0.7.2" % Test ::
31
Nil
0 commit comments