From 0f9cbbfd9c8f5685a18bd2a8bb3bd38136bfa91c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 14:22:09 +0000 Subject: [PATCH] Update circe-core, circe-testing to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f86afc..cb0fd32 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.14.1" +val circeVersion = "0.14.9" val spireVersion = "0.17.0" def priorTo2_13(scalaVersion: String): Boolean =