Skip to content

Commit b65792d

Browse files
Update scalacheck to 1.15.1 (#136)
1 parent 0b0b9bb commit b65792d

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
@@ -34,7 +34,7 @@ lazy val junit = project.in(file("junit"))
3434
lazy val scalacheck = project.in(file("scalacheck"))
3535
.settings(commonSettings)
3636
.settings(
37-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.0",
37+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.1",
3838
Test / fork := true,
3939
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4040
publish / skip := true

0 commit comments

Comments
 (0)