From 3734be0645126cf137245c58f2b62d1beec123a4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:08:52 +0000 Subject: [PATCH] Update circe-core, circe-parser to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8b4a6ad..5cf3f54 100644 --- a/build.sbt +++ b/build.sbt @@ -67,8 +67,8 @@ lazy val circe = crossProject(JVMPlatform) .settings( name := "catapult-circe", libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.14", - "io.circe" %% "circe-parser" % "0.14.14", + "io.circe" %% "circe-core" % "0.14.15", + "io.circe" %% "circe-parser" % "0.14.15", "org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test, ), tlVersionIntroduced := Map(