Description
One of the first things I do when creating a new buildfile for a Scala project is add the following line to the header:
repositories.remote << 'http://scala-tools.org/repo-releases'
A nice feature would be if this simply happened automatically when using a Scala project. I have no objection to requiring a "require 'buildr/scala'", since this is required anyway for 1.3.3 and will be required permanently if my joint compilation patch is accepted (BUILDR-136). Thus, this feature could be easily implemented by adding the above line to the lib/buildr/scala.rb file.