# sbt/sbt

sbt, the interactive build tool

Repository: https://github.com/sbt/sbt
Canonical: https://ross.abutalabs.com/products/sbt
Homepage: https://scala-sbt.org
Language: Scala
License: Apache-2.0
License Family: permissive
Topics: scala, build-tool, sbt, zinc
Last push: 2026-08-26T22:35:13+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 6226, "days_push": 7, "days_rel": 12, "gap_med": 9, "n_releases_24m": 42}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4940, forks 1043 (observed 2026-08-28T04:09:02.797522+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: build-tool, compiler, package-manager, testing, developer-tools
- domain: developer-tools, programming-languages, compilers
- platform: jvm, cross-platform, cli
- tags: scala, incremental-compilation, zinc, build-dsl, jvm, automation

## Member repositories
- sbt/sbt (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.797522+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:21:50.091467+00:00, confidence not recorded.
  - readme: https://github.com/sbt/sbt (fetched 2026-08-28T04:09:02.797522+00:00, sha a73284bed99d)
  - homepage: https://scala-sbt.org (fetched 2026-08-29T08:59:31.563952+00:00, sha f6eba951b1a8)
  - site_page: https://www.scala-sbt.org/2.x/docs/en (fetched 2026-08-29T08:59:31.568136+00:00, sha 3de0c55a6d51)
- Data as of 2026-08-30T08:39:29.467469+00:00.
