Skip to content

Commit 258ea0d

Browse files
committed
Corrected scalacheck community build version number
1 parent de0f3a7 commit 258ea0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
9999
libraryDependencies ++= Seq(
100100
"org.scalatest" %%% "scalatest" % "3.1.0-SNAP13" % "test",
101101
"org.scalatestplus" %%% "scalacheck-1-14" % "3.1.0.0-RC3" % "test",
102-
"org.scalacheck" %%% "scalacheck" % "1.14.1" % "test"
102+
"org.scalacheck" %%% "scalacheck" % "1.14.1-SNAPSHOT" % "test"
103103
),
104104
libraryDependencies ++= {
105105
if (isDotty.value) Nil

0 commit comments

Comments
 (0)