| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbt-2.0.6.zip.asc | 2026-08-07 | 833 Bytes | |
| sbt-2.0.6.zip.sha256 | 2026-08-07 | 80 Bytes | |
| sbt-2.0.6.tgz.asc | 2026-08-07 | 833 Bytes | |
| sbt-2.0.6.tgz.sha256 | 2026-08-07 | 80 Bytes | |
| sbt-2.0.6.zip | 2026-08-07 | 57.5 MB | |
| sbt-2.0.6.tgz | 2026-08-07 | 57.7 MB | |
| sbt-2.0.6.msi.asc | 2026-08-07 | 833 Bytes | |
| sbt-2.0.6.msi.sha256 | 2026-08-07 | 80 Bytes | |
| sbt-2.0.6.msi | 2026-08-07 | 14.9 MB | |
| 2.0.6 source code.tar.gz | 2026-08-07 | 3.4 MB | |
| 2.0.6 source code.zip | 2026-08-07 | 5.6 MB | |
| README.md | 2026-08-07 | 932 Bytes | |
| Totals: 12 Items | 139.1 MB | 1 | |
Remote code execution vulnerability fix
sbt team received a security report GHSA-m2pw-22cj-jq4v from @arpitjain099 that when the serverConnectionType is set to Tcp, an attacker is able to execute arbitrary code remotely via the sbt server. sbt 1.12.15 and 2.0.6 fix this bug.
We recommend removing the serverConnectionType setting, or upgrading to a patched version or later:
:::scala
Global / serverConnectionType := ConnectionType.Tcp
The remediation was implemented by @eed3si9n and @anatoliykmetyuk.
š bug fixes
- fix: Preserve file timestamp in local disk cache by @eed3si9n in https://github.com/sbt/sbt/pull/9559
š updates
- perf: Improve update task by caching file hashes by @takayahilton in https://github.com/sbt/sbt/pull/9559
Full Changelog: https://github.com/sbt/sbt/compare/v2.0.5...v2.0.6