diff --git a/akka-docs/src/main/paradox/discovery/index.md b/akka-docs/src/main/paradox/discovery/index.md index 772b336e66..0f56c47722 100644 --- a/akka-docs/src/main/paradox/discovery/index.md +++ b/akka-docs/src/main/paradox/discovery/index.md @@ -13,9 +13,9 @@ In addition [Akka Management](https://developer.lightbend.com/docs/akka-manageme * Consul * Marathon API -Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `0.50.0` +Discovery used to be part of Akka Management but has become an Akka module as of `2.5.19` of Akka and version `1.0.0` of Akka Management. If you're also using Akka Management for other service discovery methods or bootstrap make -sure you are using at least version `0.50.0` of Akka Management. +sure you are using at least version `1.0.0` of Akka Management. ## Dependency @@ -238,7 +238,7 @@ targets for the given service name then `config` is queried which i configured w ## Migrating from Akka Management Discovery -Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `0.50.0` of +Akka Discovery is not compatible with older versions of Akka Management Discovery. At least version `1.0.0` of any Akka Management module should be used if also using Akka Discovery. Migration steps: