From 4e380fe8883126aff466f21ca017c9bec2cfd4f1 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Mon, 29 Jul 2024 16:03:34 -0400 Subject: [PATCH] Inherit various dependencies from 0.25 --- .scala-steward.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } ]