Added sbt reload before initial update

This commit is contained in:
Patrik Nordwall 2011-04-28 22:43:11 +02:00
parent 241a21aaa0
commit 390176b64d

View file

@ -176,8 +176,11 @@ Not needed in this tutorial, but if you would like to use additional Akka module
So, now we are all set. Just one final thing to do; make SBT download the dependencies it needs. That is done by invoking::
> reload
> update
The first reload command is needed because we have changed the project definition since the sbt session started.
SBT itself needs a whole bunch of dependencies but our project will only need one; ``akka-actor-1.1.jar``. SBT downloads that as well.
Start writing the code