Skip to content

Commit eb5c9c7

Browse files
committed
Update scalacheck to 1.15.4
1 parent e2ba283 commit eb5c9c7

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
@@ -18,7 +18,7 @@ val baseSettings = Seq(
1818
"com.twitter" %% "finagle-netty4" % "21.4.0",
1919
"org.scalatest" %% "scalatest" % "3.2.8" % "test,it",
2020
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test,it",
21-
"org.scalacheck" %% "scalacheck" % "1.15.3" % "test,it",
21+
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test,it",
2222
"org.scalamock" %% "scalamock" % "4.4.0" % "test,it",
2323
"io.circe" %% "circe-testing" % circeTestingVersion(scalaVersion.value) % "test,it"
2424
)

0 commit comments

Comments
 (0)