Skip to content

Commit

Permalink
docs: refer to the correct Akka binary version (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 13, 2023
1 parent efad63e commit 2f8598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2f8598c

Please sign in to comment.