Ross ROSS = Recommend OSS · open-source software intelligence for agents

sbt/sbt

sbt, the interactive build tool observed · 2026-08-28

github.com/sbt/sbt · homepage · Scala · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sbt/sbtmain99

For agents

markdown · JSON · MCP: product_card(name="sbt/sbt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem