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.
2 parents c6b3c54 + d28765d commit 81b8e52Copy full SHA for 81b8e52
modules/core/src/main/resources/default.scala-steward.conf
@@ -138,5 +138,14 @@ updates.ignore = [
138
{ groupId = "org.http4s", version = "0.19.0" },
139
140
// https://github.com/scala-js/scala-js/issues/3865
141
- { groupId = "org.scala-js", version = "0.6.30" }
+ { groupId = "org.scala-js", version = "0.6.30" },
142
+
143
+ // https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka
144
+ // https://github.com/scala-steward-org/scala-steward/issues/2708
145
+ { groupId = "com.typesafe.akka"},
146
+ { groupId = "com.lightbend.akka" },
147
+ { groupId = "com.lightbend.akka.grpc" },
148
+ { groupId = "com.lightbend.akka.management" },
149
+ { groupId = "com.lightbend.akka.discovery" },
150
151
]
0 commit comments