From 431ec4f7a4fea923eab23f9e3ebe3f0fd4c7c3b0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 13:23:01 +0000 Subject: [PATCH] Update circe-core, circe-jawn, ... to 0.14.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b8e5ec2..3cbb593 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / tlFatalWarnings := false //TODO: ... fix this someday ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false) val Versions = new { - val circe = "0.14.9" + val circe = "0.14.10" val discipline = "1.7.0" val scalaCheck = "1.18.0" val scalaTest = "3.2.18"