Skip to content

Commit 5a7627e

Browse files
committed
Update scalacheck to 1.19.0
1 parent 9e324e3 commit 5a7627e

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
@@ -24,7 +24,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
2424
versionPolicyIntention := Compatibility.None, // TODO Change to `Compatibility.BinaryAndSourceCompatible` after the first release
2525
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
2626
libraryDependencies ++= Seq(
27-
"org.scalacheck" %%% "scalacheck" % "1.18.1" % Test,
27+
"org.scalacheck" %%% "scalacheck" % "1.19.0" % Test,
2828
),
2929
)
3030
.jsSettings(

0 commit comments

Comments
 (0)