From d742c6bc56f23166a54a043abddf88add0814bcd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Aug 2026 19:31:31 +0000 Subject: [PATCH] Update scalacheck to 1.20.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8eb2b624..a08facca 100644 --- a/build.sbt +++ b/build.sbt @@ -161,7 +161,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.19.0" % "test", + "org.scalacheck" %% "scalacheck" % "1.20.0" % "test", // For performance comparison with msgpack v6 "org.msgpack" % "msgpack" % "0.6.12" % "test", // For integration test with Akka