From e1ace1f6b4d2638992ce270d9c87e46dc3eec889 Mon Sep 17 00:00:00 2001 From: jilen Date: Sat, 14 Sep 2024 14:23:30 +0800 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.10 (#239) Co-authored-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b79312..a1397a5 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "3.3.3" crossScalaVersions := Seq("2.13.14", scalaVersion.value) val playV = "3.0.2" -val circeV = "0.14.8" +val circeV = "0.14.10" val crossDeps = Seq( "io.circe" %% "circe-core" % circeV,