Skip to content

Commit 7e83c0c

Browse files
authored
Merge pull request #58 from scala-steward/update/scalacheck-1.15.2
Update scalacheck to 1.15.2
2 parents ae2b33f + 637efca commit 7e83c0c

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.15.1" % Test,
24+
"org.scalacheck" %%% "scalacheck" % "1.15.2" % Test,
2525
),
2626
)
2727
.jsSettings(

0 commit comments

Comments
 (0)