Skip to content

Commit 81b8e52

Browse files
authored
Merge pull request #2709 from tgodzik/exclude-akka
chore: Exclude Akka artifacts due to change of license
2 parents c6b3c54 + d28765d commit 81b8e52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,14 @@ updates.ignore = [
138138
{ groupId = "org.http4s", version = "0.19.0" },
139139

140140
// https://github.com/scala-js/scala-js/issues/3865
141-
{ groupId = "org.scala-js", version = "0.6.30" }
141+
{ 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+
142151
]

0 commit comments

Comments
 (0)