Skip to content

Commit

Permalink
Update scalacheck to 1.16.0 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 25, 2022
1 parent af42f3f commit 294c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -80,7 +80,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
"org.wvlet.airframe" %% "airframe-json" % AIRFRAME_VERSION % "test",
"org.wvlet.airframe" %% "airspec" % AIRFRAME_VERSION % "test",
// Add property testing support with forAll methods
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test",
"org.scalacheck" %% "scalacheck" % "1.16.0" % "test",
// For performance comparison with msgpack v6
"org.msgpack" % "msgpack" % "0.6.12" % "test",
// For integration test with Akka
Expand Down

0 comments on commit 294c7cc

Please sign in to comment.