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(".")).
88 // to compile with Dotty. Please read the comments carefully.
99
1010 // Dotty version
11- scalaVersion := " 0.1-SNAPSHOT" ,
11+ scalaVersion := " 0.1.1 -SNAPSHOT" ,
1212 scalaOrganization := " ch.epfl.lamp" ,
1313
1414 // Enable Scala 2 compatibility mode.
@@ -29,5 +29,5 @@ lazy val root = (project in file(".")).
2929 scalaBinaryVersion := " 2.11" ,
3030
3131 // 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()
3333 )
You can’t perform that action at this time.
0 commit comments