Skip to content

Commit 655a8ad

Browse files
committed
scala-steward: move Scala 3 pin from 3.3 LTS to 3.9 LTS
1 parent 56ca7a9 commit 655a8ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.scala-steward.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
updates.pin = [
2-
# use only Scala3 3.3 LTS
3-
{ groupId = "org.scala-lang", artifactId="scala3-compiler", version = "3.3." },
4-
{ groupId = "org.scala-lang", artifactId="scala3-library", version = "3.3." },
5-
{ groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.3." }
2+
# use only Scala3 3.9 LTS (planned Q2 2026, requires JDK 17+)
3+
{ groupId = "org.scala-lang", artifactId="scala3-compiler", version = "3.9." },
4+
{ groupId = "org.scala-lang", artifactId="scala3-library", version = "3.9." },
5+
{ groupId = "org.scala-lang", artifactId="scala3-library_sjs1", version = "3.9." }
66
]
77

88
pullRequests.frequency = "@monthly"

0 commit comments

Comments
 (0)