Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Aug 28, 2024
1 parent d765993 commit 962e9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val userProjects: Seq[ProjectReference] = Seq[ProjectReference](
discoveryAwsApi,
discoveryAwsApiAsync,
discoveryConsul,
discoveryEureka,
discoveryKubernetesApi,
discoveryMarathonApi,
leaseKubernetes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ final class PekkoManagement(implicit private[pekko] val system: ExtendedActorSys
productName = "Pekko Management",
dependencies = List(
"pekko-discovery-consul",
"pekko-discovery-eureka",
"pekko-discovery-aws-api",
"pekko-discovery-marathon-api",
"pekko-discovery-aws-api-async",
Expand Down

0 comments on commit 962e9bc

Please sign in to comment.