From dcf8528afeeb8a31ef40522c3b315136271b13bc Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 15 Feb 2021 06:30:40 +0100 Subject: [PATCH] Update http4s-blaze-client, http4s-circe to 0.21.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index cd805fe9..64e1afeb 100644 --- a/build.sbt +++ b/build.sbt @@ -20,8 +20,8 @@ lazy val core = project "io.higherkindness" %% "skeuomorph" % "0.0.28", "com.julianpeeters" %% "avrohugger-core" % "1.0.0-RC22", "io.circe" %% "circe-generic" % "0.13.0", - "org.http4s" %% "http4s-blaze-client" % "0.21.18", - "org.http4s" %% "http4s-circe" % "0.21.18", + "org.http4s" %% "http4s-blaze-client" % "0.21.19", + "org.http4s" %% "http4s-circe" % "0.21.19", "org.scalatest" %% "scalatest" % "3.2.3" % Test, "org.scalacheck" %% "scalacheck" % "1.15.2" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,