From 6c25b0e631c26a6188724883fa1537fcf60d3134 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:21:03 +0000 Subject: [PATCH] Update http4s-blaze-client, ... from 0.23.12 to 0.23.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbe86a3..4501302 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Http4sVersion = "0.23.12" +val Http4sVersion = "0.23.15" val Http4sLibVersion = "0.23.16" val CirceVersion = "0.14.3" val Specs2Version = "4.19.0"