Skip to content

Commit 6700743

Browse files
authored
Merge pull request scala#12 from lampepfl/0.3.0-rc2
0.3.0 rc2
2 parents 760ddc8 + 207cddc commit 6700743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-RC1"
46+
scalaVersion := "0.3.0-RC2"
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-RC1"
7+
scalaVersion := "0.3.0-RC2"
88
)

0 commit comments

Comments
 (0)