I\'m using sbt 0.10
to build a Scala project using just a build.sbt
file instead of a full configuration.
Every time I start sbt it gives m
The message can be a bit misleading, it's not saying that you must "set the curent project", it's telling you what it's doing.
It sets the current project to the plugins folder, does it's stuff (compile, etc.), then sets the current project to your actual build folder and does it's thing once again.
You don't need to set anything else.