diff --git a/.scala-steward.conf b/.scala-steward.conf index 27030f138b..c7f4a3fe28 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,6 +5,8 @@ updates.pin = [ # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11 { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." } { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." } + # Scala 3.3 is a LTS + { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } ] updates.ignore = [