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:
Roland Kuhn 2013-01-31 22:49:24 -08:00
commit 6198480c34

View file

@ -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
-----------------------