We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a2002 commit cbd89e1Copy full SHA for cbd89e1
.scala-steward.conf
@@ -0,0 +1,12 @@
1
+updates.ignore = [
2
+ // As per discussion on https://github.com/scala/scala-collection-compat/pull/579 ,
3
+ // we agreed not to drop 2.11 support for Scala.js and Scala Native, even though
4
+ // both of those projects have themselves dropped 2.11 support. We could revisit
5
+ // the decision if some concrete benefit to upgrading everything comes along, but
6
+ // for now anyway, we stay frozen at the last versions when 2.11 worked. And those
7
+ // versions don't support new Scala versions, so we have to freeze those too.
8
+ { groupId = "org.scala-lang", artifactId = "scala-library" },
9
+ { groupId = "org.scala-lang", artifactId = "scala3-library" },
10
+ { groupId = "org.scala-js" },
11
+ { groupId = "org.scala-native" }
12
+]
0 commit comments