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 3012522 commit 121aa83Copy full SHA for 121aa83
build.sbt
@@ -8,7 +8,7 @@ lazy val root = (project in file(".")).
8
// to compile with Dotty. Please read the comments carefully.
9
10
// Dotty version
11
- scalaVersion := "0.1-SNAPSHOT",
+ scalaVersion := "0.1.1-SNAPSHOT",
12
scalaOrganization := "ch.epfl.lamp",
13
14
// Enable Scala 2 compatibility mode.
@@ -29,5 +29,5 @@ lazy val root = (project in file(".")).
29
scalaBinaryVersion := "2.11",
30
31
// Maintained at https://github.com/lampepfl/dotty/tree/master/sbt-bridge
32
- scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
+ scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-sbt-bridge" % scalaVersion.value % "component").sources()
33
)
0 commit comments