diff --git a/.scala-steward.conf b/.scala-steward.conf index 2472cff22..9c80b6f88 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,3 +1,8 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." } -] \ No newline at end of file +] + +updates.ignore = [ + { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, + { groupId = "org.scalameta", artifactId = "scalafmt-core" } +]