From 160309317f2a2885f46eaa6258549eef9c524246 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:11:40 +0000 Subject: [PATCH] Update http4s-jdk-http-client to 0.9.2 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2809f8f2..bc8ba0aa 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val server = project "org.scalameta" %% "munit" % munit % Test, "org.scalameta" %% "munit-scalacheck" % munitScalaCheck % Test, "org.http4s" %% "http4s-circe" % http4sVersion % Test, - "org.http4s" %% "http4s-jdk-http-client" % "0.9.1" % Test, + "org.http4s" %% "http4s-jdk-http-client" % "0.9.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ), libraryDependencySchemes += "org.typelevel" %% "munit-cats-effect" % VersionScheme.Always, // "early-semver",