sbt/scripted-sbt
Satoshi Dev 43e0428bed
[2.x] fix: trim whitespace from sbt.version in build.properties (#8524)
When sbt.version in build.properties has trailing whitespace,
sbt incorrectly reports a version mismatch even after reboot.

This fix trims the property value in all places where sbt.version
is read from build.properties:
- Main.scala (version mismatch warning)
- MainLoop.scala (clean command version detection)
- ScriptedTests.scala (test compatibility check)

Fixes #8103
2026-01-13 21:13:47 -05:00
..
src/main/scala/sbt/scriptedtest [2.x] fix: trim whitespace from sbt.version in build.properties (#8524) 2026-01-13 21:13:47 -05:00
NOTICE refactor: Move scripted-sbt-redux back to scripted-sbt 2024-09-15 01:58:23 -04:00