diff --git a/build.sbt b/build.sbt index c7ba7a8e..b377fcae 100644 --- a/build.sbt +++ b/build.sbt @@ -232,9 +232,9 @@ lazy val docs = Project(id = "docs", base = file("docs")) "canonical.base_url" -> "https://pekko.apache.org/docs/pekko-grpc/current", "scaladoc.scala.base_url" -> s"https://www.scala-lang.org/api/current/", // Apache Pekko - "extref.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/current/%s", - "scaladoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/current/", - "javadoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/current/", + "extref.pekko.base_url" -> s"https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/%s", + "scaladoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/", + "javadoc.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/${Dependencies.Versions.pekkoBinary}/", // Apache Pekko HTTP "extref.pekko-http.base_url" -> s"https://pekko.apache.org/docs/pekko-http/${Dependencies.Versions.pekkoHttpBinary}/%s", "scaladoc.pekko-http.base_url" -> s"https://pekko.apache.org/api/pekko-http/${Dependencies.Versions.pekkoHttpBinary}/", diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 440d13cd..c7125bec 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,9 +28,9 @@ object Dependencies { // themselves. For more information see // https://pekko.apache.org//docs/pekko/current/project/downstream-upgrade-strategy.html val pekko = "1.0.1" - val pekkoBinary = "current" + val pekkoBinary = "1.0" val pekkoHttp = "1.0.0" - val pekkoHttpBinary = "current" + val pekkoHttpBinary = "1.0" val grpc = "1.54.2" // checked synced by VersionSyncCheckPlugin // Even referenced explicitly in the sbt-plugin's sbt-tests