I am referring to the SBT (Simple Build Tool) for Scala.
Often I come across some instructions which tell me how to add a SBT tool to my build.sbt, but actually I have a Build.scala, not a build.sbt. So I want to know how to do the same in my Build.scala?
The particular case that is causing me trouble is Coffeescript SBT which has instructions for how to add it to a build.sbt. However I don't have a built.sbt, I have a Build.scala, so I don't know what to do.
The code referenced here also helps to solve this problem.
Build.scala. Please provide it if possible. – Daniel C. Sobral Jan 20 '12 at 12:20build.sbtandBuild.scalaat the same time. – Daniel C. Sobral Jan 20 '12 at 12:20