diff --git a/.scala-steward.conf b/.scala-steward.conf index 0991d23..0ff99f9 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,7 +1,11 @@ updates.ignore = [ # Inherit from series/0.24 { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, + { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang", artifactId = "scala3-library" }, + { groupId = "org.scala-js" }, + { groupId = "org.scala-native" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, - { groupId = "org.scalameta", artifactId = "scalafmt-core" } + { groupId = "org.scalameta", artifactId = "scalafmt-core" }, + { groupId = "org.typelevel", artifactId = "munit-cats-effect" } ]