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 2d9610d commit e4f8d04Copy full SHA for e4f8d04
bridge/build.sbt
@@ -5,7 +5,7 @@ lazy val root = (project in file(".")).
5
description := "sbt compiler bridge for Dotty",
6
resolvers += Resolver.typesafeIvyRepo("releases"),
7
libraryDependencies := Seq(
8
- "org.scala-lang" %% "dotty" % "0.1-SNAPSHOT",
+ "ch.epfl.lamp" %% "dotty" % "0.1-SNAPSHOT",
9
"org.scala-sbt" % "interface" % sbtVersion.value,
10
"org.scala-sbt" % "api" % sbtVersion.value % "test",
11
"org.specs2" %% "specs2" % "2.3.11" % "test"
0 commit comments