diff --git a/build.sbt b/build.sbt index 74ea395..f99a13c 100644 --- a/build.sbt +++ b/build.sbt @@ -148,7 +148,7 @@ lazy val msgpack4zCirce = CrossProject("msgpack4z-circe", file("."))(JVMPlatform scalapropsCoreSettings, name := build.msgpack4zCirceName, libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.9", + "io.circe" %%% "circe-core" % "0.14.10", "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",