Skip to content

Commit 593476e

Browse files
authored
Merge pull request #33 from scala-steward/update/scalacheck-1.15.0
Update scalacheck to 1.15.0
2 parents 7b027e2 + 51f2e07 commit 593476e

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
@@ -21,7 +21,7 @@ lazy val scalaLibraryNext = crossProject(JVMPlatform, JSPlatform)
2121
scalaModuleMimaPreviousVersion := None,
2222
scalacOptions ++= Seq("-deprecation", "-feature", "-Werror"),
2323
libraryDependencies ++= Seq(
24-
"org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
24+
"org.scalacheck" %%% "scalacheck" % "1.15.0" % Test,
2525
),
2626
)
2727
.jsSettings(

0 commit comments

Comments
 (0)