sbt/sbt
sbt, the interactive build tool observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9
- age_days: 6226
- days_rel: 12
- days_push: 7
- n_releases_24m: 42
Adoption not part of the score
4940 stars · 1043 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
sbt is the interactive build tool for Scala and Java projects, using a Scala-based DSL (build.sbt) to define parallel task graphs. It provides incremental compilation via Zinc, dependency management through Coursier, testing, packaging, and publishing to Maven Central.
Use cases
- build a scala project
- cross-build against multiple scala versions
- incrementally compile and test scala code
- publish jars to maven central
- scaffold a new scala project from a template
- manage java and scala library dependencies
When to choose
- you are building a Scala or Java project, especially multi-module or cross-built against several Scala versions
- you want fast edit-compile-test loops with incremental compilation and file watching
- you need an extensible build with a large plugin ecosystem (Scala.js, Play, etc.)
When to avoid
- you are building a simple non-JVM project better served by a lighter tool
- your team dislikes Scala-based build DSLs and prefers declarative formats like YAML or TOML
- you need extremely fast cold builds on huge projects where alternative tools may be simpler
Facets
cli-tool · maturity active
build-tool compiler package-manager testing developer-tools developer-tools programming-languages compilers jvm cross-platform cli scala incremental-compilation zinc build-dsl jvm automation
3 sources
- readme: https://github.com/sbt/sbt · fetched 2026-08-28 · a73284bed99d
- homepage: https://scala-sbt.org · fetched 2026-08-29 · f6eba951b1a8
- site_page: https://www.scala-sbt.org/2.x/docs/en · fetched 2026-08-29 · 3de0c55a6d51
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sbt/sbt | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem