From 7a07d6eebd1315282ae31bf90557174739782e3b Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 15 Feb 2021 05:10:20 +0000 Subject: [PATCH] Update http4s-blaze-client, ... to 0.21.19 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 92689c6..771775d 100644 --- a/build.sbt +++ b/build.sbt @@ -25,8 +25,8 @@ lazy val protocol = project libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.13.0", "io.circe" %% "circe-generic" % "0.13.0", - "org.http4s" %% "http4s-blaze-client" % "0.21.3", - "org.http4s" %% "http4s-circe" % "0.21.3" + "org.http4s" %% "http4s-blaze-client" % "0.21.19", + "org.http4s" %% "http4s-circe" % "0.21.19" ) ) .enablePlugins(SrcGenPlugin) @@ -35,8 +35,8 @@ lazy val server = project .dependsOn(protocol) .settings( libraryDependencies ++= Seq( - "org.http4s" %% "http4s-blaze-server" % "0.21.3", - "org.http4s" %% "http4s-dsl" % "0.21.3", + "org.http4s" %% "http4s-blaze-server" % "0.21.19", + "org.http4s" %% "http4s-dsl" % "0.21.19", "ch.qos.logback" % "logback-classic" % "1.2.3" ) )