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.git


The following commit(s) were added to refs/heads/main by this push:
     new 4526f89054 Correctly document where to get nightlies (#192)
4526f89054 is described below

commit 4526f8905471783435ba79815c906bf4b2f1f5e8
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Feb 15 17:00:25 2023 +0100

    Correctly document where to get nightlies (#192)
---
 docs/src/main/paradox/project/links.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/src/main/paradox/project/links.md 
b/docs/src/main/paradox/project/links.md
index ef466f31c1..4748eecbaf 100644
--- a/docs/src/main/paradox/project/links.md
+++ b/docs/src/main/paradox/project/links.md
@@ -24,14 +24,14 @@ The use of Pekko SNAPSHOTs, nightlies and milestone 
releases is discouraged unle
 Make sure that you add the repository to the sbt resolvers:
 
 ```
-resolvers ++= "Apache Pekko Snapshots" at 
"https://repository.apache.org/content/groups/snapshots";
+resolvers += "Apache Pekko Snapshots" at 
"https://repository.apache.org/content/groups/snapshots";
 ```
 
-Define the library dependencies with the complete version. For example:
+Define the library dependencies with the complete version (you can find the 
available versions 
[here](https://repository.apache.org/content/groups/snapshots/org/apache/pekko/pekko-actor_3/)).
 For example:
 
 @@@vars
 ```
-libraryDependencies += "org.apache.pekko" % 
"pekko-remote_$scala.binary.version$" % "0.0.0+26565-a07a08f6-SNAPSHOT"
+libraryDependencies += "org.apache.pekko" %% "pekko-remote" % 
"0.0.0+...-SNAPSHOT"
 ```
 @@@
 
@@ -60,7 +60,7 @@ Define the library dependencies with the timestamp as 
version. For example:
   <dependency>
     <groupId>org.apache.pekko</groupId>
     <artifactId>pekko-remote_$scala.binary.version$</artifactId>
-    <version>0.0.0+26565-a07a08f6-SNAPSHOT</version>
+    <version>0.0.0+...-SNAPSHOT</version>
   </dependency>
 </dependencies>
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to