mirror of https://github.com/sbt/sbt.git
550 B
550 B
Fixes with compatibility implications
Improvements
- sbt is now aware of Dotty, it will assume
that Dotty is used when
scalaVersionstarts with0., the sbt compiler-bridge does not support Dotty but a separate compiler-bridge is being developed at https://github.com/smarter/dotty-bridge and an example project that uses it is available at https://github.com/smarter/dotty-example-project by @smarter.