| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbt-2.0.5.zip.asc | 2026-08-03 | 833 Bytes | |
| sbt-2.0.5.zip.sha256 | 2026-08-03 | 80 Bytes | |
| sbt-2.0.5.tgz.asc | 2026-08-03 | 833 Bytes | |
| sbt-2.0.5.tgz.sha256 | 2026-08-03 | 80 Bytes | |
| sbt-2.0.5.zip | 2026-08-03 | 57.5 MB | |
| sbt-2.0.5.msi.asc | 2026-08-03 | 833 Bytes | |
| sbt-2.0.5.msi.sha256 | 2026-08-03 | 80 Bytes | |
| sbt-2.0.5.tgz | 2026-08-03 | 57.7 MB | |
| sbt-2.0.5.msi | 2026-08-03 | 14.9 MB | |
| 2.0.5 source code.tar.gz | 2026-08-03 | 3.4 MB | |
| 2.0.5 source code.zip | 2026-08-03 | 5.6 MB | |
| README.md | 2026-08-03 | 1.1 kB | |
| Totals: 12 Items | 139.1 MB | 5 | |
changes with compatibility implications
- fix: Changes the test ClassLoader to close by default, to fix
AccessDeniedExceptionby @eed3si9n in [#9538]. SetcloseClassLoaderstofalseto opt out, orTest / fork := trueto fork the tests that does not shutdown properly.
🐛 bug fixes
- fix: Fixes
a/build.sbtsetting leakage by @eed3si9n in https://github.com/sbt/sbt/pull/9519 - fix: Fixes sbt runner failing to start sbtn on Windows by @ColOfAbRiX in [#9520]
- fix: Fixes forked run baseDirectory by @eed3si9n in [#9531]
- fix: Fixes remote cache header values with
=by @KilianSwissborg in [#9534] - fix: Fixes pipelined build deadlocks by @BrianHotopp in [#9542]
🚀 updates
- perf: Improve update performance by fixing projectCache by @hoangmaihuy in [#9522]
- perf: Improve update performance by avoiding artifact content hashing by @hoangmaihuy in [#9524]
- sbtn 2.0.0-731e6666 by @eed3si9n in https://github.com/sbt/sbt/pull/9545
Full Changelog: https://github.com/sbt/sbt/compare/v2.0.4...v2.0.5