From dc1428d8beac596f1e8ebc22726c42b243fba91a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 Apr 2024 01:02:52 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4542a5c..ace2017 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalaVersion := "3.3.3" crossScalaVersions := Seq("2.13.13", scalaVersion.value) val playV = "3.0.2" -val circeV = "0.14.6" +val circeV = "0.14.7" val crossDeps = Seq( "io.circe" %% "circe-core" % circeV,