From bcd43e1bdfb4c7f9d6a5165f081c16f7db81c48e Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Tue, 21 Jun 2022 14:19:03 -0400 Subject: [PATCH] Ignore sbt-http4s-org and scala3-library --- .scala-steward.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..6775f41 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,5 @@ +updates.ignore = [ + # Inherit from series/0.23 + { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, + { groupId = "org.scala-lang", artifactId = "scala3-library" } +]