We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6118e51 commit e75b7cbCopy full SHA for e75b7cb
.scala-steward.conf
@@ -3,4 +3,7 @@ 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 = [{ groupId = "com.typesafe.akka", version = "2.6." }]
+updates.pin = [
7
+ {groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
8
+ {groupId = "com.typesafe.akka", version = "2.6."}
9
+]
0 commit comments