Skip to content

Commit 3012522

Browse files
committed
build.sbt: Remove manual scala-library dependency
No longer necessary after scala/scala3#1885
1 parent 6eabb77 commit 3012522

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sbt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ lazy val root = (project in file(".")).
2828
// instead of `"org.foo" %% "bar" % "1.0"`
2929
scalaBinaryVersion := "2.11",
3030

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-
3831
// Maintained at https://github.com/lampepfl/dotty/tree/master/sbt-bridge
3932
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
4033
)

0 commit comments

Comments
 (0)