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 f612eaa commit db7ced4Copy full SHA for db7ced4
sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala
@@ -163,7 +163,7 @@ object DottyPlugin extends AutoPlugin {
163
inc
164
},
165
166
- scalaCompilerBridgeBinaryJar := Def.taskDyn {
+ scalaCompilerBridgeBinaryJar := Def.settingDyn {
167
if (isDotty.value) Def.task {
168
val dottyBridgeArtifacts = fetchArtifactsOf("dotty-sbt-bridge", CrossVersion.disabled).value
169
val jars = dottyBridgeArtifacts.filter(art => art.getName.startsWith("dotty-sbt-bridge") && art.getName.endsWith(".jar")).toArray
0 commit comments