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: 27 days ago
JSON representation
Configure common build settings for a Scala project
- Host: GitHub
- URL: https://github.com/ThoughtWorksInc/sbt-best-practice
- Owner: ThoughtWorksInc
- License: apache-2.0
- Created: 2016-05-16T17:54:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T22:20:25.000Z (about 1 month ago)
- Last Synced: 2025-03-29T22:27:22.870Z (about 1 month ago)
- Topics: sbt-plugin, scala
- Language: Scala
- Homepage:
- Size: 656 KB
- Stars: 57
- Watchers: 22
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - ThoughtWorksInc/sbt-best-practice - Configure common build settings for a Scala project (Scala)
README
# sbt-best-practice
[](https://github.com/ThoughtWorksInc/sbt-best-practice/actions/workflows/scala.yml)
[](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")
```