I started to learn Scala and almost in every tutorial I see a build.sbt
file which describes project settings. But now I have installed giter8
and created a project from template. And generated project from template missed build.sbt
file, but it have build.scala
(which seems used for same purposes, but it is more flexible).
So what is the difference between build.sbt
and build.scala
?
Which is more preferred and why?