Skip to content

Commit a6e7a28

Browse files
authored
Merge pull request scala#179 from scala-steward/update/scalacheck-1.18.0
Update scalacheck to 1.18.0
2 parents a1c5b89 + ac6f7e2 commit a6e7a28

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.17.1" % Test,
27+
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
2828
),
2929
)
3030
.jsSettings(

0 commit comments

Comments
 (0)