From 836f5e9ed1c42197a6c26848d31a03c367330b5c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:49:38 +0000 Subject: [PATCH] Update circe-core, circe-jawn to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5c029186..4f148a62 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.14", - "io.circe" %%% "circe-jawn" % "0.14.14" + "io.circe" %%% "circe-core" % "0.14.15", + "io.circe" %%% "circe-jawn" % "0.14.15" ) )