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 de0f3a7 commit 258ea0dCopy full SHA for 258ea0d
build.sbt
@@ -99,7 +99,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
99
libraryDependencies ++= Seq(
100
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP13" % "test",
101
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.0.0-RC3" % "test",
102
- "org.scalacheck" %%% "scalacheck" % "1.14.1" % "test"
+ "org.scalacheck" %%% "scalacheck" % "1.14.1-SNAPSHOT" % "test"
103
),
104
libraryDependencies ++= {
105
if (isDotty.value) Nil
0 commit comments