Skip to content

Commit 4fc51a7

Browse files
committed
Release Dotty 0.11.0-RC1
1 parent 6cc005e commit 4fc51a7

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.10.0-RC1"
46+
scalaVersion := "0.11.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.11/ to find the version
52+
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.12/ 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
@@ -5,5 +5,5 @@ lazy val root = project
55
description := "Example sbt project that compiles using Dotty",
66
version := "0.1.0",
77

8-
scalaVersion := "0.10.0-RC1"
8+
scalaVersion := "0.11.0-RC1"
99
)

0 commit comments

Comments
 (0)