We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9cfbe commit 38bff5aCopy full SHA for 38bff5a
.scala-steward.conf
@@ -3,3 +3,6 @@ updates.ignore = [
3
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "2.13."},
4
{groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}
5
]
6
+updates.pin = [
7
+ {groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."}
8
+}
0 commit comments