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 6eabb77 commit 3012522Copy full SHA for 3012522
build.sbt
@@ -28,13 +28,6 @@ lazy val root = (project in file(".")).
28
// instead of `"org.foo" %% "bar" % "1.0"`
29
scalaBinaryVersion := "2.11",
30
31
- // By default, sbt will depend on the scala-library version `scalaVersion`,
32
- // so we need to override it.
33
- autoScalaLibrary := false,
34
- // 2.11.5 is the version used by Dotty itself currently, we do the same to
35
- // avoid trouble.
36
- libraryDependencies += "org.scala-lang" % "scala-library" % "2.11.5",
37
-
38
// Maintained at https://github.com/lampepfl/dotty/tree/master/sbt-bridge
39
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
40
)
0 commit comments