Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbt-1.11.7.zip.sha256 | 2025-10-05 | 81 Bytes | |
sbt-1.11.7.zip.asc | 2025-10-05 | 833 Bytes | |
sbt-1.11.7.tgz.asc | 2025-10-05 | 833 Bytes | |
sbt-1.11.7.tgz.sha256 | 2025-10-05 | 81 Bytes | |
sbt-1.11.7.zip | 2025-10-05 | 58.2 MB | |
sbt-1.11.7.msi.asc | 2025-10-05 | 833 Bytes | |
sbt-1.11.7.msi.sha256 | 2025-10-05 | 81 Bytes | |
sbt-1.11.7.tgz | 2025-10-05 | 58.4 MB | |
sbt-1.11.7.msi | 2025-10-05 | 15.0 MB | |
1.11.7 source code.tar.gz | 2025-10-05 | 5.0 MB | |
1.11.7 source code.zip | 2025-10-05 | 6.7 MB | |
README.md | 2025-10-05 | 1.2 kB | |
Totals: 12 Items | 143.3 MB | 2 |
🚀 updates
- Adds
--sun-misc-unsafe-memory-access=allow
and--enable-native-access=ALL-UNNAMED
flags to suppress JDK 25 warnings by @eed3si9n in https://github.com/sbt/sbt/pull/8304 - Backports JDK 25 JEP-512/JEP-445 Main run by @eed3si9n in https://github.com/sbt/sbt/pull/8303
- fix: Fixes
runMain
task for JEP-512/JEP-445 Main by @xuwei-k in https://github.com/sbt/sbt/pull/8316 - Adds ability to filter
UpdateReport
by configurations by @mdedetrich in https://github.com/sbt/librarymanagement/pull/547
🐛 bug fixes
- fix: Fixes sbt 0.13 launching by @eed3si9n in https://github.com/sbt/launcher/pull/136
🎬 behind the scenes
- ci: Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/sbt/sbt/pull/8273
- deps: Updates sbt-giter8-resolver version by @xuwei-k in https://github.com/sbt/sbt/pull/8309
- test: Fixes
fallback-dependencies-inter-project
test by @xuwei-k in https://github.com/sbt/sbt/pull/8319 - test: Fixes
run/daemon-exit
test by @xuwei-k in https://github.com/sbt/sbt/pull/8320 - test: Update test dependencies by @xuwei-k in https://github.com/sbt/sbt/pull/8317
Full Changelog: https://github.com/sbt/sbt/compare/v1.11.6...v1.11.7