Skip to content

Commit f1ac3dd

Browse files
Update scalacheck to 1.17.0 (#679)
1 parent e5763b2 commit f1ac3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
8787
"org.wvlet.airframe" %% "airframe-json" % AIRFRAME_VERSION % "test",
8888
"org.wvlet.airframe" %% "airspec" % AIRFRAME_VERSION % "test",
8989
// Add property testing support with forAll methods
90-
"org.scalacheck" %% "scalacheck" % "1.16.0" % "test",
90+
"org.scalacheck" %% "scalacheck" % "1.17.0" % "test",
9191
// For performance comparison with msgpack v6
9292
"org.msgpack" % "msgpack" % "0.6.12" % "test",
9393
// For integration test with Akka

0 commit comments

Comments
 (0)