Added libraryDependencies info for sbt users below 0.12.x

Removed crossString
This commit is contained in:
Jamie Allen 2013-01-29 12:32:40 -08:00
parent 46a6e34103
commit ad9365e7fc

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