Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 648 Bytes

This is a giter8 template for removing the boilerplate in setting up a new SBT multi-project definition:

  • SBT 0.12.0 and Scala 2.9.2
  • Default "all" aggregate project and a "core" sub project
  • main and test source directories and stubs
  • Cross-builds for Scala 2.8.1, 2.9.0, 2.9.0-1, 2.9.1
  • specs2 gymnastics for the right versions under cross-compilation
  • project name, organization and version customizable as variables
  • everything in your project's base package imported automatically in repl sessions