Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 378 Bytes

SBT Categorical Scalac

SBT Categorical Scalac is a SBT plugin to automatically configure a strict set of Scalac options and plugins.

SBT installation

Select a tagged release version (x.y.z) and then add the following to your SBT's project/plugins.sbt file:

addSbtPlugin("io.higherkindness" % "sbt-categorical-scalac" % "x.y.z")

Usage

Coming soon!