File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).
8
8
// to compile with Dotty. Please read the comments carefully.
9
9
10
10
// Dotty version
11
- scalaVersion := " 0.1-SNAPSHOT" ,
11
+ scalaVersion := " 0.1.1 -SNAPSHOT" ,
12
12
scalaOrganization := " ch.epfl.lamp" ,
13
13
14
14
// Enable Scala 2 compatibility mode.
@@ -29,5 +29,5 @@ lazy val root = (project in file(".")).
29
29
scalaBinaryVersion := " 2.11" ,
30
30
31
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()
32
+ scalaCompilerBridgeSource := (" ch.epfl.lamp" % " dotty-sbt-bridge" % scalaVersion.value % " component" ).sources()
33
33
)
You can’t perform that action at this time.
0 commit comments