New
1.12.0
changes with compatibility implications
dependencyTreedisplays internal config, which includesProvidedby @eed3si9n in https://github.com/sbt/sbt/pull/8359- Scaladoc now requires
Compile / doc / compilersscoped todoctask
๐ updates
- Adds Scala 3.8 REPL support by @eed3si9n in https://github.com/sbt/sbt/pull/8349
- Show warnings when
scalaVersionis missing by @eed3si9n in https://github.com/sbt/sbt/pull/8432 - 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