From 0eeba9562603f533360b8c2cf276bc3401e10d40 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:43:28 +0000 Subject: [PATCH] Update circe-core, circe-jawn to 0.14.16 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d2e73c77..204a7178 100644 --- a/build.sbt +++ b/build.sbt @@ -168,8 +168,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( name := "skunk-circe", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.15", - "io.circe" %%% "circe-jawn" % "0.14.15" + "io.circe" %%% "circe-core" % "0.14.16", + "io.circe" %%% "circe-jawn" % "0.14.16" ) )