Skip to content

Commit

Permalink
fix dependency blocks in documentation (akka#25240) (akka#25294)
Browse files Browse the repository at this point in the history
  • Loading branch information
shkoder authored and raboof committed Jul 3, 2018
1 parent 85754e8 commit e6d67d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/cluster-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$
}

Expand Down
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/remoting-artery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$
}

Expand Down
2 changes: 1 addition & 1 deletion akka-docs/src/main/paradox/remoting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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$
}

Expand Down

0 comments on commit e6d67d8

Please sign in to comment.