From fd6f6aa13c6b86df3d979e6b1ba39b666e54717a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:30:57 +0000 Subject: [PATCH] Update dependency org.http4s:http4s-ember-client to v1.0.0-M42 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8ffee4..7216c51 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.15.0-M1", "is.cir" %% "ciris" % "2.3.3", "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.0.1", - "org.http4s" %% "http4s-ember-client" % "1.0.0-M32", + "org.http4s" %% "http4s-ember-client" % "1.0.0-M42", "org.polystat.odin" %% "analysis" % V.odin, "org.polystat.py2eo" % "transpiler" % V.py2eo, "org.polystat" % "far" % V.far,