diff --git a/build.sbt b/build.sbt index b2e043e..8ef3fc2 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ lazy val msgpack4zCirce = CrossProject("msgpack4z-circe", file("."))(JVMPlatform name := build.msgpack4zCirceName, libraryDependencies ++= Seq( "io.circe" %%% "circe-core" % "0.14.6", - "com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.1", + "com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2", "com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test", "com.github.xuwei-k" %%% "msgpack4z-native" % "0.4.0" % "test", )