Fix quotes around version number in the docs (#23092)

This commit is contained in:
Martynas Mickevičius 2017-06-04 16:16:33 +02:00 committed by Konrad `ktoso` Malawski
parent f4bf497536
commit 8521333f49
17 changed files with 17 additions and 17 deletions

View file

@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project.
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -380,7 +380,7 @@ To use the Cluster Sharding you must add the following dependency in your projec
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$"
```
@@@

View file

@ -109,7 +109,7 @@ To use the Cluster Singleton you must add the following dependency in your proje
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -627,7 +627,7 @@ To use Distributed Data you must add the following dependency in your project.
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-distributed-data" % $akka.version$
"com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$"
```
@@@

View file

@ -186,7 +186,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -142,7 +142,7 @@ To use the Cluster Client you must add the following dependency in your project.
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -382,7 +382,7 @@ To use the Cluster Sharding you must add the following dependency in your projec
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-sharding" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-sharding" % "$akka.version$"
```
@@@

View file

@ -113,7 +113,7 @@ To use the Cluster Singleton you must add the following dependency in your proje
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -8,7 +8,7 @@ The Akka cluster is a separate jar file. Make sure that you have the following d
@@@vars
```
"com.typesafe.akka" %% "akka-cluster" % $akka.version$
"com.typesafe.akka" %% "akka-cluster" % "$akka.version$"
```
@@@

View file

@ -631,7 +631,7 @@ To use Distributed Data you must add the following dependency in your project.
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-distributed-data" % $akka.version$
"com.typesafe.akka" %% "akka-distributed-data" % "$akka.version$"
```
@@@

View file

@ -189,7 +189,7 @@ To use Distributed Publish Subscribe you must add the following dependency in yo
sbt
: @@@vars
```
"com.typesafe.akka" %% "akka-cluster-tools" % $akka.version$
"com.typesafe.akka" %% "akka-cluster-tools" % "$akka.version$"
```
@@@

View file

@ -154,7 +154,7 @@ The multi node testing kit is a separate jar file. Make sure that you have the f
@@@vars
```
"com.typesafe.akka" %% "akka-multi-node-testkit" % $akka.version$
"com.typesafe.akka" %% "akka-multi-node-testkit" % "$akka.version$"
```
@@@

View file

@ -10,7 +10,7 @@ Make sure that you have the following dependency in your project:
@@@vars
```
"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$
"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$"
```
@@@

View file

@ -16,7 +16,7 @@ Akka persistence query is a separate jar file. Make sure that you have the follo
@@@vars
```
"com.typesafe.akka" %% "akka-persistence-query" % $akka.version$
"com.typesafe.akka" %% "akka-persistence-query" % "$akka.version$"
```
@@@

View file

@ -19,7 +19,7 @@ Akka persistence is a separate jar file. Make sure that you have the following d
@@@vars
```
"com.typesafe.akka" %% "akka-persistence" % $akka.version$
"com.typesafe.akka" %% "akka-persistence" % "$akka.version$"
```
@@@

View file

@ -47,7 +47,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following
@@@vars
```
"com.typesafe.akka" %% "akka-remote" % $akka.version$
"com.typesafe.akka" %% "akka-remote" % "$akka.version$"
```
@@@

View file

@ -20,7 +20,7 @@ The Akka remoting is a separate jar file. Make sure that you have the following
@@@vars
sbt
: ```
"com.typesafe.akka" %% "akka-remote" % $akka.version$
"com.typesafe.akka" %% "akka-remote" % "$akka.version$"
```
Maven