We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ec20a commit 8955f69Copy full SHA for 8955f69
.scala-steward.conf
@@ -2,3 +2,10 @@
2
updates.ignore = [
3
{ groupId = "com.google.protobuf" }
4
]
5
+
6
+updates.pin = [
7
+ # Scala 3.3 is the LTS release
8
+ { groupId = "org.scala-lang", artifactId = "scala3-compiler", version = "3.3." }
9
+ { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
10
+ { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3." }
11
+]
0 commit comments