Fix quotes around version number in the docs (#23092)
This commit is contained in:
parent
f4bf497536
commit
8521333f49
17 changed files with 17 additions and 17 deletions
|
|
@ -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$"
|
||||
```
|
||||
@@@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue