Quantcast
Channel: alvinalexander.com - configure
Viewing all articles
Browse latest Browse all 24

How to create an SBT project with subprojects

$
0
0

This is an excerpt from the Scala Cookbook (partially modified for the internet). This is a short recipe, Recipe 18.6, “How to create an SBT project with subprojects.”

Problem

You want to configure SBT to work with a main project that depends on other subprojects you’re developing.

Solution

Create your subproject as a regular SBT project, but without a project subdirectory. Then, in your main project, define a project/Build.scala file that defines the dependencies between the main project and subprojects.

read more


Viewing all articles
Browse latest Browse all 24

Trending Articles