From e33eb8a972aae923852a9118523aafa7c077b991 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:08:19 +0000 Subject: [PATCH 1/2] Update http4s-circe, http4s-client, ... to 0.23.27-121-b8811f9-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba1fd0cc..7b9d763c 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213) val catsEffectVersion = "3.5.4" val circeVersion = "0.14.10" val fs2Version = "3.11.0" -val http4sVersion = "0.23.27-10-fa6e976-SNAPSHOT" +val http4sVersion = "0.23.27-121-b8811f9-SNAPSHOT" val natchezVersion = "0.3.6" val munitVersion = "0.7.29" val munitCEVersion = "1.0.7" From 93bcd1d7f1bf69d04ac703073c615d60df2e52b0 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 11 Sep 2024 08:58:39 -0700 Subject: [PATCH 2/2] Bump to 0.23.28 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7b9d763c..23fb7ea9 100644 --- a/build.sbt +++ b/build.sbt @@ -53,12 +53,11 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213) val catsEffectVersion = "3.5.4" val circeVersion = "0.14.10" val fs2Version = "3.11.0" -val http4sVersion = "0.23.27-121-b8811f9-SNAPSHOT" +val http4sVersion = "0.23.28" val natchezVersion = "0.3.6" val munitVersion = "0.7.29" val munitCEVersion = "1.0.7" val scalacheckEffectVersion = "1.0.4" -ThisBuild / resolvers += "s01-oss-sonatype-org-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" lazy val commonSettings = Seq( crossScalaVersions := Seq(Scala3, Scala213)