From b0a9bbb2d4ee2fc59e77b278a6dec72ee7972c8e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 10 Feb 2020 00:31:07 +0100 Subject: [PATCH] Update http4s-blaze-server, http4s-circe, ... to 0.21.0 (#210) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2ecfbe82b7..ed28b23c2d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType } val mainScala = "2.12.10" val allScala = Seq("2.13.1", mainScala) -val http4sVersion = "0.21.0-RC5" +val http4sVersion = "0.21.0" val silencerVersion = "1.4.4" inThisBuild( List(