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 8605fd07 fix sbt plugin docs (#160)
8605fd07 is described below
commit 8605fd073f38dc61a7fc1a2aedf508d70acca792
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 11 13:06:41 2023 +0100
fix sbt plugin docs (#160)
---
benchmark-java/project/plugins.sbt | 2 +-
docs/src/main/paradox/client/walkthrough.md | 2 +-
docs/src/main/paradox/server/walkthrough.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmark-java/project/plugins.sbt
b/benchmark-java/project/plugins.sbt
index 83663ea6..e0ba85a6 100644
--- a/benchmark-java/project/plugins.sbt
+++ b/benchmark-java/project/plugins.sbt
@@ -9,4 +9,4 @@
lazy val plugins = (project in file(".")).dependsOn(ProjectRef(file("../../"),
"sbt-plugin"))
// Use this instead of above when importing to IDEA, after publishLocal and
replacing the version here
-//addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" %
"0.1+32-fd597fcb+20180618-1248")
+//addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "<version>")
diff --git a/docs/src/main/paradox/client/walkthrough.md
b/docs/src/main/paradox/client/walkthrough.md
index 2bb19bd4..c17abfe5 100644
--- a/docs/src/main/paradox/client/walkthrough.md
+++ b/docs/src/main/paradox/client/walkthrough.md
@@ -14,7 +14,7 @@ sbt
: @@@vars
```scala
// in project/plugins.sbt:
-addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "$project.version$")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"$project.version$")
// in build.sbt:
enablePlugins(PekkoGrpcPlugin)
```
diff --git a/docs/src/main/paradox/server/walkthrough.md
b/docs/src/main/paradox/server/walkthrough.md
index 54486e0e..51dbd391 100644
--- a/docs/src/main/paradox/server/walkthrough.md
+++ b/docs/src/main/paradox/server/walkthrough.md
@@ -12,7 +12,7 @@ sbt
: @@@vars
```scala
// in project/plugins.sbt:
- addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "$project.version$")
+ addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"$project.version$")
//
// in build.sbt:
enablePlugins(PekkoGrpcPlugin)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]