Skip to content

Commit

Permalink
Add dependencies to same version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored May 11, 2024
1 parent d2da22a commit c7a1b1c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ final class AkkaManagement(implicit private[akka] val system: ExtendedActorSyste
"akka-discovery-marathon-api",
"akka-discovery-aws-api-async",
"akka-discovery-kubernetes-api",
"akka-lease-kubernetes",
"akka-management",
"akka-management-cluster-bootstrap",
"akka-management-cluster-http"
"akka-management-cluster-http",
"akka-rolling-update-kubernetes"
),
logWarning = true
)
Expand Down

0 comments on commit c7a1b1c

Please sign in to comment.