Skip to content

Commit 39b8bd3

Browse files
authored
Merge pull request scala-js#14 from lampepfl/0.4.x
Upgrade to 0.4.0-RC1
2 parents 4561506 + 285f2d1 commit 39b8bd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
4343
the `sbt-dotty` plugin, you don't need to set up anything:
4444

4545
```scala
46-
scalaVersion := "0.3.0-RC2"
46+
scalaVersion := "0.4.0-RC1"
4747
```
4848

4949
#### Nightly builds

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.3.0-RC2"
7+
scalaVersion := "0.4.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.5")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.6")

0 commit comments

Comments
 (0)