From 910158ba483e55280f9f5ed2665de626c8e58f20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Nov 2019 16:58:32 +0100 Subject: [PATCH] Update blaze-http to 0.14.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 887036d..8677ffc 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val lolhttp = "co.fs2" %% "fs2-core" % "1.0.5", "org.typelevel" %% "cats-core" % "1.6.1", "org.typelevel" %% "cats-effect" % "1.3.1", - "org.http4s" %% "blaze-http" % "0.14.8", + "org.http4s" %% "blaze-http" % "0.14.9", "org.scalatest" %% "scalatest" % "3.0.4" % "test", "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" ),