Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.88 KB

Scala Library template

This is a template repository with some of the learnings from OSS Scala ecosystem applied.

JVM Scala.js (1.x) Scala Native (0.5.x)
Scala 2.12
Scala 2.13
Scala 3 LTS

sbt preCI

A preCI command is added - which will reformat, apply scalafix rules, create licence headers, run missinglink, etc.

This command is designed to be run before pushing, not on CI.

sbt ci command only runs checks, it never changes sources.