docs: render depenency on Futures page correctly (#29513)
This commit is contained in:
parent
cfbbf74b77
commit
d9c610eceb
1 changed files with 4 additions and 2 deletions
|
|
@ -5,9 +5,11 @@
|
||||||
Akka offers tiny helpers for use with @scala[@scaladoc[Future](scala.concurrent.Future)s]@java[@javadoc[CompletionStage](java.util.concurrent.CompletionStage)]. These are part of Akka's core module:
|
Akka offers tiny helpers for use with @scala[@scaladoc[Future](scala.concurrent.Future)s]@java[@javadoc[CompletionStage](java.util.concurrent.CompletionStage)]. These are part of Akka's core module:
|
||||||
|
|
||||||
@@dependency[sbt,Maven,Gradle] {
|
@@dependency[sbt,Maven,Gradle] {
|
||||||
|
symbol1=AkkaVersion
|
||||||
|
value1="$akka.version$"
|
||||||
group="com.typesafe.akka"
|
group="com.typesafe.akka"
|
||||||
artifact="akka-actor_$scala.binary_version$"
|
artifact="akka-actor_$scala.binary.version$"
|
||||||
version="$akka.version$"
|
version=AkkaVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
## After
|
## After
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue