Skip to content

Commit 643b5d1

Browse files
committed
Update to Dotty 0.6.0-RC1
1 parent affca5e commit 643b5d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ 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.5.0-RC1"
46+
scalaVersion := "0.6.0-RC1"
4747
```
4848

4949
#### Nightly builds
5050
If the latest release of Dotty is missing a bugfix or feature you need, you may
5151
wish to use a nightly build. Look at the bottom of
52-
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.6/ to find the version
52+
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.7/ to find the version
5353
number for the latest nightly build. Alternatively, you can set `scalaVersion :=
5454
dottyLatestNightlyBuild.get` to always use the latest nightly build of dotty.
5555

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.5.0-RC1"
7+
scalaVersion := "0.6.0-RC1"
88
)

0 commit comments

Comments
 (0)