Added libraryDependencies info for sbt users below 0.12.x
Removed crossString
This commit is contained in:
parent
46a6e34103
commit
ad9365e7fc
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 +=
|
||||
"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
|
||||
-----------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue