From 9f390b8927f9592a12a9d0dc828bbece0b91e605 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:39 +0000 Subject: [PATCH] Update circe-jawn to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1408548..6f6ccf9 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "org.gnieh" %%% "fs2-data-csv" % "1.13.0", "org.gnieh" %%% "fs2-data-csv-generic" % "1.13.0", "org.http4s" %%% "http4s-ember-client" % "0.23.34", - "io.circe" %%% "circe-jawn" % "0.14.15", + "io.circe" %%% "circe-jawn" % "0.14.16", "org.http4s" %%% "http4s-circe" % "0.23.34", "com.monovore" %%% "decline-effect" % "2.6.2" ),