We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8450a0 commit c61d24cCopy full SHA for c61d24c
project/Build.scala
@@ -724,7 +724,11 @@ object DottyInjectedPlugin extends AutoPlugin {
724
lazy val `dotty-sbt-bridge-bootstrapped` = project.in(file("sbt-bridge")).
725
dependsOn(`dotty-compiler-bootstrapped`).
726
settings(commonBootstrappedSettings).
727
- settings(dottySbtBridgeSettings)
+ settings(dottySbtBridgeSettings).
728
+ settings(
729
+ // Disabled because dotty crashes when compiling the tests
730
+ sources in Test := Seq()
731
+ )
732
733
734
/** A sandbox to play with the Scala.js back-end of dotty.
0 commit comments