From e4ae5623d7aff7e0927a4740363e8a42d9a3bd03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Feb 2020 22:10:18 +0100 Subject: [PATCH] Update http4s-core, http4s-dsl to 0.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a1c13022..26f021ac 100644 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ val catsEffectV = "2.1.1" //https://github.com/typelevel/cats-effect/releas val specs2V = "4.8.3" //https://github.com/etorreborre/specs2/releases val disciplineSpecs2V = "1.0.0" val circeV = "0.13.0" //https://github.com/circe/circe/releases -val http4sV = "0.21.0-RC2" //https://github.com/http4s/http4s/releases +val http4sV = "0.21.0" //https://github.com/http4s/http4s/releases val doobieV = "0.8.8" //https://github.com/tpolecat/doobie/releases val scalaJavaTimeV = "2.0.0-RC3" // https://github.com/cquiroz/scala-java-time/releases val testContainersSpecs2V = "0.2.0-M2" //