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