Skip to content

Commit 121aa83

Browse files
committed
Dotty version was bumped to 0.1.1-SNAPSHOT
See scala/scala3#1888
1 parent 3012522 commit 121aa83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)