From ed1346b4bb1b8906676a34f420ba229314cac3cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 23:11:56 +0000 Subject: [PATCH] Update circe-literal to 0.14.10 --- cli/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.sbt b/cli/build.sbt index 30c06abc..8ac4d68e 100644 --- a/cli/build.sbt +++ b/cli/build.sbt @@ -6,6 +6,6 @@ libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.7" libraryDependencies += "io.circe" %% "circe-generic-extras" % "0.14.4" -libraryDependencies += "io.circe" %% "circe-literal" % "0.14.8" % Test +libraryDependencies += "io.circe" %% "circe-literal" % "0.14.10" % Test fork := true