Improved
1.12.0-RC1
changes with compatibility implications
dependencyTreedisplays internal config, which includesProvidedby @eed3si9n in https://github.com/sbt/sbt/pull/8359
๐ updates
- Adds Scala 3.8 REPL support by @eed3si9n in https://github.com/sbt/sbt/pull/8349
- deps: Update to Scala 2.12.21 by @xuwei-k in https://github.com/sbt/sbt/pull/8407
- BSP: Returns build targets sources from
buildTarget/dependencySourcesrequest by @azdrojowa123 in https://github.com/sbt/sbt/pull/8415 - Adds
JDK_JAVA_OPTIONSsupport in thesbtrunner by @sideeffffect in https://github.com/sbt/sbt/pull/8413 - Updates
semanticdbVersionto 4.14.1 by @xuwei-k in https://github.com/sbt/sbt/pull/8342
๐ bug fixes
- fix: Parses
*.sbtfiles with-Xsource:3by @eed3si9n in https://github.com/sbt/sbt/pull/8368 - fix: Manually construct the string
"org.fusesource.jansi"to support sbt 0.13 on Windows by @vasilmkd in https://github.com/sbt/launcher/pull/139