Skip to content

Commit

Permalink
change doc links to 1.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 11, 2023
1 parent 2770ea1 commit 30f8576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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}/",
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30f8576

Please sign in to comment.