From 4a2bda40811c57fd6de829ff4952afc93ac3e659 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Thu, 16 Jan 2025 21:28:33 -0500 Subject: [PATCH] Get scala-library updates via 0.24 --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index d9e5f726..4feed3a2 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -9,6 +9,7 @@ updates.ignore = [ { groupId = "org.http4s", artifactId = "http4s-server" }, { groupId = "org.http4s", artifactId = "http4s-scalafix-internal" }, { groupId = "org.http4s", artifactId = "sbt-http4s-org" }, + { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang", artifactId = "scala3-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }