Icon

sbt

sbt is an open-source build tool for Scala, Java, and Kotlin projects, designed to streamline compiling, testing, and running tasks with support for incremental compilation and parallel execution.
Latest: 1.12.11 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 230/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Open sourceWinget: Available

Version & Lifecycle

0
Current: 1.12.11 N-2: 1.12.9 Oldest supported: 0.3.2 Avg cadence: Every 21 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Configuration note • May 13, 2026
0

Configuration tip

When automating sbt in build or CI scripts on Windows, invoke it in non-interactive “batch” mode (for example sbt -batch compile test) and consider setting the environment variable SBT_CI=true (equivalent to -Dsbt.ci=true) to suppress supershell and color output, which makes logs more stable to parse and prevents interactive prompts from blocking unattended runs.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

sbtsbt sbt

Packaging Notes

0

Requires Java installed on system to run; supports Windows, macOS, Linux, including ARM architecture

Notes

0

Originally released in 2008 as Simple Build Tool; now officially called sbt in lowercase; supports cross-building Scala versions; requires Java runtime.