From 8e30d57eb37f5381bd3ada0b9a9cda8733d48b43 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Aug 2021 06:13:47 +0200 Subject: [PATCH] Update blaze-http to 0.14.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8a8c8c..8da4d03 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.18", "org.scalatest" %% "scalatest" % "3.0.4" % "test", "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" ),