Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: refer to the correct Akka binary version #1230

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading