From 82c0f96b818bebe714a361fc8e60a0674dcdadd4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Mar 2025 04:37:56 +0000 Subject: [PATCH] Update circe-literal to 0.14.12 --- cli/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.sbt b/cli/build.sbt index 26c2762e..b3a4aa5f 100644 --- a/cli/build.sbt +++ b/cli/build.sbt @@ -6,6 +6,6 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.17" libraryDependencies += "io.circe" %% "circe-generic-extras" % "0.14.4" -libraryDependencies += "io.circe" %% "circe-literal" % "0.14.10" % Test +libraryDependencies += "io.circe" %% "circe-literal" % "0.14.12" % Test fork := true