See sbt 2.0 change summary for the overall changes in sbt 2.0.
🐛 bug fixes
- fix: Fixes Java-only tests by @eed3si9n in #8238
- fix: Fixes
exportJars
false support by @eed3si9n in #8240 / #8247 - fix: Fixes
set
command error handling by @eed3si9n in #8250 - fix: Removes
-Wconf:cat=unused-nowarn:s
inLoad.scala
by @xuwei-k in #8215 - fix: Fixes sbt 1.x cross building under
-Xlint
by @eed3si9n in #8221 - fix: Works around syncFile issue by @eed3si9n in #8223
🎬 behind the scene
- deps: Removes scala-reflect dependency by @xuwei-k in #8214
- deps: Removes log4j by @eed3si9n in #8253
- ci: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #8216
- ci: Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #8228
- refactor: Removes
sbt-projectmatrix
in template by @xuwei-k in #8239 - ci: Updates
dependabot.yml
setting by @xuwei-k in #8245 - deps: Zinc 2.0.0-M7 by @eed3si9n in #8251
- ci: Removes typesafe ivy resolver by @xuwei-k in #8254
- ci: Removes scala-xml
libraryDependencySchemes
by @xuwei-k in #8252 - refactor: Merge 1.11.x by @eed3si9n in #8237
Full Changelog: v2.0.0-RC3...v2.0.0-RC4