From c70b80b8906f659ea1896821eeeb2df89206f490 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Wed, 13 Oct 2021 08:10:33 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 1.0.0-M29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6bd31a0..b7d1fa7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val _scalaVersion = "2.13.5" val circeVersion = "0.14.0-M7" -val http4sVersion = "1.0.0-M21" +val http4sVersion = "1.0.0-M29" val catsVersion = "2.6.1" val catsEffVersion = "3.1.1" val f2sVersion = "3.0.1"