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 12ff02f commit 3d006d6Copy full SHA for 3d006d6
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -255,6 +255,10 @@ object DottyPlugin extends AutoPlugin {
255
}
256
}.value,
257
258
+ // Prevent the consoleProject task from using the Scala 3 compiler bridge
259
+ // The consoleProject must load the Scala 2.12 instance and the sbt classpath
260
+ consoleProject / scalaCompilerBridgeBinaryJar := None,
261
+
262
// Needed for RCs publishing
263
scalaBinaryVersion := {
264
scalaVersion.value.split("[\\.-]").toList match {
0 commit comments