From e9f0be17271dab84880d70a3cd315e41a880bbd8 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 8 Dec 2021 13:34:11 -0800 Subject: [PATCH] Update to http4s 1.0.0-M30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3525a9d6..3cf33778 100644 --- a/build.sbt +++ b/build.sbt @@ -109,7 +109,7 @@ ThisBuild / Test / jsEnv := { val catsEffectVersion = "3.3.0" val fs2Version = "3.2.3" -val http4sVersion = "1.0.0-M29" +val http4sVersion = "1.0.0-M30" val scalaJSDomVersion = "2.0.0" val circeVersion = "0.15.0-M1" val munitVersion = "0.7.29"