From 95e425ee00a472c9fd54761396a6b117a781665a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 May 2021 08:30:52 +0200 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.21.23 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 08c48955..d7cebe60 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases val scalaTestV = "3.1.0-SNAP13" //https://github.com/scalatest/scalatest/releases val scalaTestPlusV= "1.0.0-SNAP8" //https://github.com/scalatest/scalatestplus-scalacheck - val http4sV = "0.21.0" //https://github.com/http4s/http4s/releases + val http4sV = "0.21.23" //https://github.com/http4s/http4s/releases val scalacheckV = "1.14.2" //https://github.com/typelevel/scalacheck/releases val commonsCodecV = "1.14" //https://github.com/apache/commons-codec/releases val fs2Version = "2.2.2" //https://github.com/functional-streams-for-scala/fs2/releases