これまでScalaのsbtプロジェクトを作成するときは、Giter8を使っていたんですが、sbt 0.13.13からsbt newでg8テンプレートを使った雛形生成ができるようになったそうです。

sbt new and Templates

sbt 0.13.13 adds a new command called new, to create new build definitions from a template. The new command is extensible via a mechanism called the template resolver.

> g8 modalsoul/scala-sbt

としていたのが、

> sbt new modalsoul/scala-sbt

と変わるだけ。もちろんこれまで使ってたGiter8テンプレートもそのまま使える模様。

初学者に教えるときの”インストールしとけ系”のものは少ないほうが何かと楽だし、いいんじゃないでしょうか。