| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbt-2.0.4.zip.asc | 2026-07-26 | 833 Bytes | |
| sbt-2.0.4.zip.sha256 | 2026-07-26 | 80 Bytes | |
| sbt-2.0.4.tgz.asc | 2026-07-26 | 833 Bytes | |
| sbt-2.0.4.tgz.sha256 | 2026-07-26 | 80 Bytes | |
| sbt-2.0.4.zip | 2026-07-26 | 57.5 MB | |
| sbt-2.0.4.tgz | 2026-07-26 | 57.7 MB | |
| sbt-2.0.4.msi.asc | 2026-07-26 | 833 Bytes | |
| sbt-2.0.4.msi.sha256 | 2026-07-26 | 80 Bytes | |
| sbt-2.0.4.msi | 2026-07-26 | 14.9 MB | |
| 2.0.4 source code.tar.gz | 2026-07-26 | 3.4 MB | |
| 2.0.4 source code.zip | 2026-07-26 | 5.6 MB | |
| README.md | 2026-07-26 | 2.7 kB | |
| Totals: 12 Items | 139.1 MB | 2 | |
changes with compatibility implications
- fix: Forked run uses working directory by @jozanek in https://github.com/sbt/sbt/pull/9442
🐛 bug fixes
- fix: Fixes test ClassLoader retention issues by @kevin-lee in https://github.com/sbt/sbt/pull/9485
- fix: Fixes common settings with a plugin with
extraProjectsby @eed3si9n in https://github.com/sbt/sbt/pull/9495 - fix: Fixes dependency tree rendering on some libraries by @anatoliykmetyuk in https://github.com/sbt/sbt/pull/9371
- fix: Fixes tests not detecting stale resources by @eed3si9n in https://github.com/sbt/sbt/pull/9469
- fix: Fixes sbtn not propagating
-java-homeby @BrianHotopp in https://github.com/sbt/sbt/pull/9448 - fix: Fixes
cleantask not cleaning sona-staging by @eed3si9n in https://github.com/sbt/sbt/pull/9479 - fix: Fixes reboot from sbtn by @BrianHotopp in https://github.com/sbt/sbt/pull/9497
🐛 caching related bug fixes
- fix: Fixes hashes for directories in MappedVirtualFile by @raboof in https://github.com/sbt/zinc/pull/1747
- fix: Fixes
Def.declareOutputinvoked in a loop by @BrianHotopp in https://github.com/sbt/sbt/pull/9492 - fix: Fixes partial cache restoration by @stasimus in https://github.com/sbt/sbt/pull/9488
- fix: Fixes system errors getting cached as compilation errors by @BrianHotopp in https://github.com/sbt/sbt/pull/9464
- fix: Improves cache restoration when the expected outputs are missing by @BrianHotopp in https://github.com/sbt/sbt/pull/9473
- fix: Fixes gRPC channels recreated on reload by @eed3si9n in https://github.com/sbt/sbt/pull/9502
- fix: Fixes scalaCompilerBridgeBin task leaking project name by @eed3si9n in https://github.com/sbt/sbt/pull/9506
- refactor: Separate file I/O from cache-write serialization by @BrianHotopp in https://github.com/sbt/sbt/pull/9496
🚀 updates
- feat: Skip checksum generation for
*.ascfile during publishing by @eed3si9n in https://github.com/sbt/sbt/pull/9499 - feat: Move compiler bridge to
updateby @eed3si9n in https://github.com/sbt/sbt/pull/8836 - feat: Allow opt-out of transient warning by @eed3si9n in https://github.com/sbt/sbt/pull/9437
- perf: Intern directory item conversions in MappedFileConverter by @hoangmaihuy in https://github.com/sbt/zinc/pull/1751
- perf: Intern analysis values while deserializing by @hoangmaihuy in https://github.com/sbt/zinc/pull/1754
behind the scenes
- Update Zinc to 2.0.4 by @eed3si9n in https://github.com/sbt/sbt/pull/9508
- Update sbtn to 2.0.0-a0c4773a by eed3si9n in https://github.com/sbt/sbt/pull/9503
Full Changelog: https://github.com/sbt/sbt/compare/v2.0.3...v2.0.4