Skip to content

Commit 9e826dd

Browse files
authored
Merge pull request #218 from scala-steward/update/scalacheck-1.19.0
Update scalacheck to 1.19.0
2 parents 9e324e3 + 5a7627e commit 9e826dd

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)