From 2892d09ebd1db3075fdfd9d5a109fa06f713c4dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 14:36:18 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 935449b..cacb76e 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ val compilerOptions = Seq( ) val catsVersion = "2.13.0" -val circeVersion = "0.14.1" +val circeVersion = "0.14.15" val paradiseVersion = "2.1.1" val previousCirceDerivationVersion = "0.13.0-M5" val scalaCheckVersion = "1.18.1"