From 12dcf8480f2ee5fedcc748bec06b862ab720eb08 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:52:21 +0000 Subject: [PATCH] Update circe-core to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ef3fc2..9195227 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val msgpack4zCirce = CrossProject("msgpack4z-circe", file("."))(JVMPlatform scalapropsCoreSettings, name := build.msgpack4zCirceName, libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.6", + "io.circe" %%% "circe-core" % "0.14.7", "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",