From 11f3252c78c8b2c38ff00f01cc85833d91766972 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:12:36 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 0.23.30 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 24449ee..0dc90d1 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq( ) ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty -val Http4sVersion = "0.23.29" +val Http4sVersion = "0.23.30" val CirceVersion = "0.14.10" val MunitVersion = "1.0.2" val LogbackVersion = "1.5.12" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 3574aaa..2981333 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,4 +1,4 @@ -val Http4sVersion = "0.23.29" +val Http4sVersion = "0.23.30" val CirceVersion = "0.14.10" val MunitVersion = "1.0.2" val LogbackVersion = "1.5.12"