From 1f92029dad9097612fc6cbe25686bcfb126f26e8 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Sat, 4 Jun 2022 22:34:37 -0400 Subject: [PATCH 1/2] Ignore sbt-http4s-org on main --- .scala-steward.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2472cff22..2f4d880df 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,4 @@ updates.pin = [ - { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." } -] \ No newline at end of file + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." }, + { groupId = "org.http4s", artifactId = "sbt-http4s-org" } +] From bc5cd5653bbaf2ce21a28bd91c6608f3406fc8cd Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Sat, 4 Jun 2022 22:37:09 -0400 Subject: [PATCH 2/2] And scalafmt, too --- .scala-steward.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2f4d880df..9c80b6f88 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,4 +1,8 @@ updates.pin = [ - { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." }, - { groupId = "org.http4s", artifactId = "sbt-http4s-org" } + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." } +] + +updates.ignore = [ + { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, + { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]