Skip to content

Commit 1a24cbf

Browse files
authored
Merge pull request scala#175 from scala-steward/update/scalacheck-1.17.1
Update scalacheck to 1.17.1
2 parents be5d669 + 39b1d38 commit 1a24cbf

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

0 commit comments

Comments
 (0)