From c364d10a9b09383dece235b795517e6b3e2b2976 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Mon, 8 Jul 2024 16:43:01 -0400 Subject: [PATCH] Inherit xsbt-web-plugin from 0.24 --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index b0a22447..769728e9 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,6 +5,7 @@ updates.pin = [ updates.ignore = [ # Inherit from series/0.24 + { groupId = "com.earldouglas", artifactId = "xsbt-web-plugin" }, { groupId = "org.http4s", artifactId = "http4s-dsl" }, { groupId = "org.http4s", artifactId = "http4s-server" }, { groupId = "org.http4s", artifactId = "http4s-scalafix-internal" },