From 9f781dc77c058e4a6b04f9c9ac1f752510063d94 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 5 Jan 2024 05:08:36 +0000 Subject: [PATCH] Update http4s-circe to 0.23.25 --- project/ProjectPlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index 9ca979d5..9fd296a6 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -18,7 +18,7 @@ object ProjectPlugin extends AutoPlugin { val cats: String = "2.10.0" val circe: String = "0.14.6" val expecty = "0.16.0" - val http4s: String = "0.23.24" + val http4s: String = "0.23.25" val http4sBlazeClient: String = "0.23.16" val paradise: String = "2.1.1" val scalacheck = "1.17.0"