Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit c3cf20e

Browse files
committed
Try Akka Management 0.20.0
1 parent c77c067 commit c3cf20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrateion-test/src/sbt-test/bootstrap-demo/dns-kubernetes/project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
val akkaVersion = "2.5.18"
5-
val akkaManagementVersion = "0.18.0" // 0.20.0
5+
val akkaManagementVersion = "0.20.0" // 0.20.0
66
val freshReactiveLibVersion = sys.props.get("plugin.version").getOrElse {
77
sys.error("""|The system property 'plugin.version' is not defined.
88
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)

0 commit comments

Comments
 (0)