From 8c9c6d535734321058a9f2c86eb2f26a8aa84f3e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:56:16 +0000 Subject: [PATCH] Update scalacheck to 1.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2e28edb..2a0277f 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ val msgpack4zJawn = CrossProject("msgpack4z-jawn", file("."))(JVMPlatform, JSPla libraryDependencies ++= Seq( "org.typelevel" %%% "jawn-ast" % "1.6.0", "com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2", - "org.scalacheck" %%% "scalacheck" % "1.18.1" % "test", + "org.scalacheck" %%% "scalacheck" % "1.19.0" % "test", "com.github.xuwei-k" % "msgpack4z-java" % "0.4.0" % "test", "com.github.xuwei-k" % "msgpack4z-java06" % "0.2.0" % "test", "com.github.xuwei-k" %%% "msgpack4z-native" % "0.4.0" % "test",