From 8bad31a8cb50f02a26979a4980403d6581b6d20a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Jun 2026 15:01:13 +0000 Subject: [PATCH] Update circe-core to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7747c94..430ae89 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val catsVersion = "2.13.0" val catsCore = "org.typelevel" %% "cats-core" % catsVersion val catsLaws = "org.typelevel" %% "cats-laws" % catsVersion % Test -val circeDep = "io.circe" %% "circe-core" % "0.14.15" +val circeDep = "io.circe" %% "circe-core" % "0.14.16" val monocleVersion = "3.3.0" val monocleCore = "dev.optics" %% "monocle-core" % monocleVersion