From a4afa4ee158b30620061f4599e17a43012793bd0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 15 Feb 2022 10:10:28 +0100 Subject: [PATCH] Update zhttp to 1.0.0.0-RC24 (#542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dejan Mijić --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5db4dc0..2cb12f7 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val example = "dev.zio" %% "zio-config-typesafe" % "2.0.0", "dev.zio" %% "zio-prelude" % "1.0.0-RC8", "dev.zio" %% "zio-json" % "0.1.5", - "io.d11" %% "zhttp" % "1.0.0.0-RC23", + "io.d11" %% "zhttp" % "1.0.0.0-RC24", "io.github.kitlangton" %% "zio-magic" % "0.3.11" ) ) -- GitLab