Skip to content

Commit 3b471bb

Browse files
authored
Merge pull request scala-js#10 from lampepfl/felixmulder-patch-1
Update to dotty version 0.3.0-RC1
2 parents b9204ba + 1658354 commit 3b471bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ lazy val root = (project in file(".")).
44
description := "Example sbt project that compiles using Dotty",
55
version := "0.1",
66

7-
scalaVersion := "0.2.0-RC1"
7+
scalaVersion := "0.3.0-RC1"
88
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.4")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.5")

0 commit comments

Comments
 (0)