Now that Dotty is apparently getting ready to compile larger projects, I wonder if there is a simple way to use it as drop-in replacement for Scalac in sbt projects? Like if I had the following build.sbt
:
name := "Foo"
scalaVersion := "2.11.7"
Are there some steps I can take to swap out Scalac for Dotc here?