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.
2 parents 483b771 + 78ac17a commit f6c1461Copy full SHA for f6c1461
project/Build.scala
@@ -152,7 +152,7 @@ object Build {
152
153
// Avoid having to run `dotty-sbt-bridge/publishLocal` before compiling a bootstrapped project
154
scalaCompilerBridgeSource :=
155
- (dottyOrganization %% "dotty-sbt-bridge" % "NOT_PUBLISHED" % Configurations.Component.name)
+ (dottyOrganization %% "dotty-sbt-bridge" % dottyVersion % Configurations.Component.name)
156
.artifacts(Artifact.sources("dotty-sbt-bridge").copy(url =
157
// We cannot use the `packageSrc` task because a setting cannot depend
158
// on a task. Instead, we make `compile` below depend on the bridge `packageSrc`
0 commit comments