Skip to content

Commit 2f8598c

Browse files
authored
docs: refer to the correct Akka binary version (#1230)
1 parent efad63e commit 2f8598c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ lazy val docs = project
389389
"canonical.base_url" -> "https://doc.akka.io/docs/akka-management/current",
390390
"scala.binary.version" -> scalaBinaryVersion.value,
391391
"akka.version" -> Dependencies.AkkaVersion,
392+
"akka.binary.version" -> Dependencies.AkkaBinaryVersion,
392393
"extref.akka.base_url" -> s"https://doc.akka.io/docs/akka/current/%s",
393394
"scaladoc.akka.base_url" -> s"https://doc.akka.io/api/akka/current/",
394395
"extref.akka-http.base_url" -> s"https://doc.akka.io/docs/akka-http/${Dependencies.AkkaHttpBinaryVersion}/%s",

docs/src/main/paradox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Akka Management
22

33
Akka Management is a suite of tools for operating Akka Clusters.
4-
The current version may only be used with Akka 2.7.
4+
The current version may only be used with Akka $akka.binary.version$.
55

66
## Overview
77

0 commit comments

Comments
 (0)