Pin Scala 3.3 LTS in scala steward

This commit is contained in:
Matthew de Detrich 2024-04-05 17:56:50 +02:00 committed by Matthew de Detrich
parent dcaaf707e1
commit 334e124852

View file

@ -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 = [