From 7ac4919d6467b296889b5b017bb8a70887fad980 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jul 2026 18:44:49 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.36 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 7e577e1..913249f 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true))) val commonSettings = Seq( libraryDependencies ++= List( - "org.http4s" %%% "http4s-client" % "0.23.35", - "org.http4s" %%% "http4s-circe" % "0.23.35", + "org.http4s" %%% "http4s-client" % "0.23.36", + "org.http4s" %%% "http4s-circe" % "0.23.36", "com.kubukoz" %% "debug-utils" % "1.1.3", "org.typelevel" %%% "kittens" % "3.5.0" % Test, "org.typelevel" %%% "weaver-cats" % "0.13.0" % Test, @@ -54,8 +54,8 @@ lazy val example = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "respectfully-example", commonSettings, libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-ember-client" % "0.23.35", - "org.http4s" %%% "http4s-ember-server" % "0.23.35", + "org.http4s" %%% "http4s-ember-client" % "0.23.36", + "org.http4s" %%% "http4s-ember-server" % "0.23.36", ), ) .jsSettings(