From eb518c261a3df1a0e688a6ca4b69b9d97e898a99 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 6 Jan 2023 05:12:15 +0000 Subject: [PATCH] Update http4s-core, http4s-dsl to 0.23.17 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 978b5814..37253697 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -39,8 +39,8 @@ object dependencies extends AutoPlugin { ) private val http4s = List( - "org.http4s" %% "http4s-core" % "0.23.16", - "org.http4s" %% "http4s-dsl" % "0.23.16" % Test + "org.http4s" %% "http4s-core" % "0.23.17", + "org.http4s" %% "http4s-dsl" % "0.23.17" % Test ) private val tapir = List( @@ -61,7 +61,7 @@ object dependencies extends AutoPlugin { "org.typelevel" %% "cats-effect" % "3.4.4", "io.circe" %% "circe-core" % "0.14.3", "org.tpolecat" %% "doobie-h2" % "1.0.0-RC2", - "org.http4s" %% "http4s-dsl" % "0.23.16", + "org.http4s" %% "http4s-dsl" % "0.23.17", "org.scalacheck" %% "scalacheck" % "1.17.0", "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.2.4", "io.chrisdavenport" %% "fuuid" % "0.8.0-M2"