From 994daf393c08c1f5157cfe4cf9eb333f5b0769f9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:10:46 +0000 Subject: [PATCH] Update http4s-circe, http4s-ember-client to 0.23.35 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1408548..4de6b52 100644 --- a/build.sbt +++ b/build.sbt @@ -25,9 +25,9 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "co.fs2" %%% "fs2-io" % "3.13.0", "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", + "org.http4s" %%% "http4s-ember-client" % "0.23.35", "io.circe" %%% "circe-jawn" % "0.14.15", - "org.http4s" %%% "http4s-circe" % "0.23.34", + "org.http4s" %%% "http4s-circe" % "0.23.35", "com.monovore" %%% "decline-effect" % "2.6.2" ), mimaPreviousArtifacts := Set()