From 2f8598cfaa258dfe17bd7f3e42b0781b52d6aecb Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:58:00 +0100 Subject: [PATCH] docs: refer to the correct Akka binary version (#1230) --- build.sbt | 1 + docs/src/main/paradox/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e45663d2..9159ddd11 100644 --- a/build.sbt +++ b/build.sbt @@ -389,6 +389,7 @@ lazy val docs = project "canonical.base_url" -> "https://doc.akka.io/docs/akka-management/current", "scala.binary.version" -> scalaBinaryVersion.value, "akka.version" -> Dependencies.AkkaVersion, + "akka.binary.version" -> Dependencies.AkkaBinaryVersion, "extref.akka.base_url" -> s"https://doc.akka.io/docs/akka/current/%s", "scaladoc.akka.base_url" -> s"https://doc.akka.io/api/akka/current/", "extref.akka-http.base_url" -> s"https://doc.akka.io/docs/akka-http/${Dependencies.AkkaHttpBinaryVersion}/%s", diff --git a/docs/src/main/paradox/index.md b/docs/src/main/paradox/index.md index 7c56806a7..2eedda9ac 100644 --- a/docs/src/main/paradox/index.md +++ b/docs/src/main/paradox/index.md @@ -1,7 +1,7 @@ # Akka Management Akka Management is a suite of tools for operating Akka Clusters. -The current version may only be used with Akka 2.7. +The current version may only be used with Akka $akka.binary.version$. ## Overview