From 2e5f1f102379a57378159e090f8993703cbc28b3 Mon Sep 17 00:00:00 2001 From: Max Gonzih Date: Thu, 7 Oct 2021 08:10:50 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 1.0.0-M28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6bd31a0..cb9af69 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-M28" val catsVersion = "2.6.1" val catsEffVersion = "3.1.1" val f2sVersion = "3.0.1"