This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 30f8576a change doc links to 1.0 (#191)
30f8576a is described below
commit 30f8576afa4a5de530d93c959f2717bea2792868
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 11 19:21:02 2023 +0100
change doc links to 1.0 (#191)
---
build.sbt | 6 +++---
project/Dependencies.scala | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]