fix dependency blocks in documentation (#25240) (#25294)

This commit is contained in:
Roman Filonenko 2018-07-03 14:18:36 +02:00 committed by Arnout Engelen
parent 85754e8a2a
commit e6d67d8555
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ To use Cluster Client, you must add the following dependency in your project:
@@dependency[sbt,Maven,Gradle] {
group=com.typesafe.akka
artifact=akka-cluster-tools_$scala.major_version$
artifact=akka-cluster-tools_$scala.binary_version$
version=$akka.version$
}

View file

@ -6,7 +6,7 @@ To use Remoting (codename Artery), you must add the following dependency in your
@@dependency[sbt,Maven,Gradle] {
group=com.typesafe.akka
artifact=akka-remote_$scala.major_version$
artifact=akka-remote_$scala.binary_version$
version=$akka.version$
}

View file

@ -6,7 +6,7 @@ To use Akka Remoting, you must add the following dependency in your project:
@@dependency[sbt,Maven,Gradle] {
group=com.typesafe.akka
artifact=akka-remote_$scala.major_version$
artifact=akka-remote_$scala.binary_version$
version=$akka.version$
}