From 3a1941a9e276552c579e3663f2f4b7627c985efb Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:50:09 +0000 Subject: [PATCH] Update msgpack4z-native to 0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 30b382c..b2e043e 100644 --- a/build.sbt +++ b/build.sbt @@ -149,7 +149,7 @@ lazy val msgpack4zCirce = CrossProject("msgpack4z-circe", file("."))(JVMPlatform "io.circe" %%% "circe-core" % "0.14.6", "com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.1", "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test", - "com.github.xuwei-k" %%% "msgpack4z-native" % "0.3.9" % "test", + "com.github.xuwei-k" %%% "msgpack4z-native" % "0.4.0" % "test", ) ) .jsSettings(