Skip to content

Commit b847ddb

Browse files
authoredDec 11, 2021
Steward should ignore Scala.js updates
1 parent 7a983a2 commit b847ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.scala-steward.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
updates.ignore = [
2-
{ groupId = "org.scala-lang" }
2+
{ groupId = "org.scala-lang" },
3+
{ groupId = "org.scala-js" }
34
]

0 commit comments

Comments
 (0)
Please sign in to comment.