From ac25c57549ecd8bb7a1961854ae16a0bd8d7a712 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:15:26 +0000 Subject: [PATCH] Update sbt-http4s-org to 0.17.4 in main --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8e251cb7..ce2514ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.3") +addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.17.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")