SBT: How to get started using the Build.scala file (instead of build.sbt)
By Alvin Alexander. Last updated: December 25 2018
This is an excerpt from the Scala Cookbook (partially modified for the internet). This is Recipe 18.16, “Using Build.scala Instead of build.sbt.”
Problem
In an SBT project, you want to use the project/Build.scala file instead of build.sbt to define your Scala project, or you need some examples of how to use Build.scala to solve build problems that can’t be handled in build.sbt.