We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5763b2 commit f1ac3ddCopy full SHA for f1ac3dd
build.sbt
@@ -87,7 +87,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
87
"org.wvlet.airframe" %% "airframe-json" % AIRFRAME_VERSION % "test",
88
"org.wvlet.airframe" %% "airspec" % AIRFRAME_VERSION % "test",
89
// Add property testing support with forAll methods
90
- "org.scalacheck" %% "scalacheck" % "1.16.0" % "test",
+ "org.scalacheck" %% "scalacheck" % "1.17.0" % "test",
91
// For performance comparison with msgpack v6
92
"org.msgpack" % "msgpack" % "0.6.12" % "test",
93
// For integration test with Akka
0 commit comments