Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 3952dee

Browse files
authored
Pin Scala 3 to 3.3.x
1 parent 329bc0d commit 3952dee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scala-steward.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ 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+
{groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3."}
9+
]

0 commit comments

Comments
 (0)