Merge pull request #1091 from jamie-allen/wip-2984-sbt-documentation
Added libraryDependencies info for sbt users below 0.12.x
This commit is contained in:
commit
6198480c34
1 changed files with 7 additions and 0 deletions
|
|
@ -128,6 +128,13 @@ SBT installation instructions on `https://github.com/harrah/xsbt/wiki/Setup <htt
|
||||||
libraryDependencies +=
|
libraryDependencies +=
|
||||||
"com.typesafe.akka" %% "akka-actor" % "@version@" @crossString@
|
"com.typesafe.akka" %% "akka-actor" % "@version@" @crossString@
|
||||||
|
|
||||||
|
**Note**: the libraryDependencies setting above is specific to SBT v0.12.x and higher. If you are using an older version of SBT, the libraryDependencies should look like this:
|
||||||
|
|
||||||
|
.. parsed-literal::
|
||||||
|
|
||||||
|
libraryDependencies +=
|
||||||
|
"com.typesafe.akka" % "akka-actor_@binVersion@" % "@version@"
|
||||||
|
|
||||||
|
|
||||||
Using Akka with Eclipse
|
Using Akka with Eclipse
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue