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.
- Clone the repo according your Scala version.
- Run init.sh
$ sh init.sh <your-repo-name>