From 832e30181cf28bda3b55c7cb1bb933d9bceee093 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:24:21 +0000 Subject: [PATCH] Update http4s-circe, http4s-ember-client to 0.23.30 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3111c61..8c490e4 100644 --- a/build.sbt +++ b/build.sbt @@ -25,9 +25,9 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform) "co.fs2" %%% "fs2-io" % "3.11.0", "org.gnieh" %%% "fs2-data-csv" % "1.11.2", "org.gnieh" %%% "fs2-data-csv-generic" % "1.11.2", - "org.http4s" %%% "http4s-ember-client" % "0.23.29", + "org.http4s" %%% "http4s-ember-client" % "0.23.30", "io.circe" %%% "circe-jawn" % "0.14.8", - "org.http4s" %%% "http4s-circe" % "0.23.29", + "org.http4s" %%% "http4s-circe" % "0.23.30", "com.monovore" %%% "decline-effect" % "2.4.1" ), mimaPreviousArtifacts := Set()