From 52a69cdbf316db11de0c34a31843a0c6f54eae37 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 20:39:22 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.9 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 25e84a50..c15ef9e9 100644 --- a/build.sbt +++ b/build.sbt @@ -115,9 +115,9 @@ val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.3") val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1") val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0") -val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.8") -val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.8") -val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.8") +val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.9") +val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.9") +val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.9") val `scodec-bits` = Def.setting("org.scodec" %%% "scodec-bits" % "1.2.0") val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0" % Test) val macrolizer = Def.setting("io.bullet" %%% "macrolizer" % "0.6.2" % "compile-internal, test-internal")