Skip to content

Commit 678569a

Browse files
authored
Merge pull request #68 from scala-steward/update/scalacheck-1.15.3
2 parents cf5c946 + d9ee08f commit 678569a

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

0 commit comments

Comments
 (0)