Skip to content

Commit 4c1244d

Browse files
authored
keep scala 3 version at LTS in .scala-steward.conf
1 parent 3b1a73f commit 4c1244d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.scala-steward.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ updates.ignore = [
33
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
44
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
55
]
6+
updates.pin = [
7+
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."}
8+
]

0 commit comments

Comments
 (0)