/sbt-layout-project

Initial SBT project configuration

Primary LanguageShellApache License 2.0Apache-2.0

sbt-layout-project

Initial SBT project configuration for Scala projects.

It includes the following dependencies:

  • Scalatest

Every branch in this repo supports a specific Scala version:

Scala version JDK version Branch
Scala 2.11.8 JDK 6 scala/2.11.8
Scala 2.11.12 JDK 6 scala/2.11.12
Scala 2.12.x JDK 8+ scala/2.12.x
Scala 3.2.x JDK 8+ scala/3.2.x

SBT is updated to the last compatible version of Scala.

How to use it

  1. Clone the repo according your Scala version.
  2. Run init.sh $ sh init.sh <your-repo-name>