From 48732a37b2146ece034d0580f9ef1e84814e88e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Oct 2020 09:40:44 +0200 Subject: [PATCH] Update http4s-blaze-server, http4s-dsl to 0.21.8 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 83afdd4462..3e4f6af4c0 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,5 +1,5 @@ object Versions { - val http4s = "0.21.7" + val http4s = "0.21.8" val catsEffect = "2.2.0" val circe = "0.13.0" val circeYaml = "0.13.1"