Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoughtworksinc/sbt-best-practice

Configure common build settings for a Scala project
https://github.com/thoughtworksinc/sbt-best-practice

sbt-plugin scala

Last synced: 2 days ago
JSON representation

Configure common build settings for a Scala project

Awesome Lists containing this project

README

        

# sbt-best-practice

[![Scala CI](https://github.com/ThoughtWorksInc/sbt-best-practice/actions/workflows/scala.yml/badge.svg)](https://github.com/ThoughtWorksInc/sbt-best-practice/actions/workflows/scala.yml)
[![sbt-best-practice Scala version support](https://index.scala-lang.org/thoughtworksinc/sbt-best-practice/sbt-best-practice/latest.svg)](https://index.scala-lang.org/thoughtworksinc/sbt-best-practice/sbt-best-practice)

Configure common build settings for a Scala project

## Usage

```
// project/plugins.sbt
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "latest.release")
```