From 39bf76ed70ae6e42463afecec2a5ff9e1d1d5bb4 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:20:34 +0100 Subject: [PATCH] Update sbt-http4s-org to 0.16.3 in main (#1030) Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dd4f7fb1..8e251cb7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.2") +addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.16.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")