Skip to content

Commit cbd89e1

Browse files
authored
tell Scala Steward not to update stuff (#630)
1 parent 86a2002 commit cbd89e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.scala-steward.conf

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)