Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 896 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 896 Bytes

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>