Quantcast
Viewing latest article 2
Browse Latest Browse All 10

SBT: How to get started using the Build.scala file (instead of build.sbt)

SBT: How to get started using the Build.scala file (instead of build.sbt)

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.


Viewing latest article 2
Browse Latest Browse All 10

Trending Articles