You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/15 16:00:31 UTC

[incubator-pekko] branch main updated: Correctly document where to get nightlies (#192)

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 <ar...@bzzt.net>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org