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 b594dac commit e5e53adCopy full SHA for e5e53ad
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