Skip to content

Commit ac9b0a6

Browse files
scala-stewardxuwei-k
authored andcommitted
Update scalacheck to 1.18.1
1 parent 1488008 commit ac9b0a6

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
@@ -40,7 +40,7 @@ lazy val junit = project.in(file("junit"))
4040
lazy val scalacheck = project.in(file("scalacheck"))
4141
.settings(commonSettings)
4242
.settings(
43-
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.0",
43+
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.1",
4444
Test / fork := true,
4545
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-workers", "1", "-minSize", "0", "-maxSize", "4000", "-minSuccessfulTests", "5"),
4646
publish / skip := true

0 commit comments

Comments
 (0)