File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ object Build {
98
98
scalaOrganization := dottyOrganization,
99
99
scalaVersion := dottyVersion,
100
100
scalaBinaryVersion := " 2.11" ,
101
- scalaCompilerBridgeSource :=
102
- (dottyOrganization % " dotty-sbt-bridge" % scalaVersion.value % " component" ).sources(),
103
101
104
102
// sbt gets very unhappy if two projects use the same target
105
103
target := baseDirectory.value / " .." / " out" / name.value,
@@ -619,8 +617,7 @@ object DottyInjectedPlugin extends AutoPlugin {
619
617
scalacOptions += "-language:Scala2",
620
618
scalaBinaryVersion := "2.11",
621
619
autoScalaLibrary := false,
622
- libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
623
- scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % scalaVersion.value % "component").sources()
620
+ libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5")
624
621
)
625
622
}
626
623
""")
You can’t perform that action at this time.
0 commit comments