Skip to content

Commit 294c7cc

Browse files
Update scalacheck to 1.16.0 (#636)
1 parent af42f3f commit 294c7cc

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
@@ -80,7 +80,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
8080
"org.wvlet.airframe" %% "airframe-json" % AIRFRAME_VERSION % "test",
8181
"org.wvlet.airframe" %% "airspec" % AIRFRAME_VERSION % "test",
8282
// Add property testing support with forAll methods
83-
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test",
83+
"org.scalacheck" %% "scalacheck" % "1.16.0" % "test",
8484
// For performance comparison with msgpack v6
8585
"org.msgpack" % "msgpack" % "0.6.12" % "test",
8686
// For integration test with Akka

0 commit comments

Comments
 (0)