File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
+ ]
You can’t perform that action at this time.
0 commit comments