Skip to content

Commit f3f13ed

Browse files
authored
Merge pull request #19 from lampepfl/dotty-0.10
Release Dotty 0.10.0-RC1
2 parents 4a36eb9 + 0eddd27 commit f3f13ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You will need to make the following adjustments to your build:
2727

2828
### project/plugins.sbt
2929
```scala
30-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2")
30+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.4")
3131
```
3232

3333
### project/build.properties
3434
```scala
35-
sbt.version=1.1.6
35+
sbt.version=1.2.3
3636
```
3737

3838
Older versions of sbt are not supported.
@@ -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.9.0-RC1"
46+
scalaVersion := "0.10.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.10/ to find the version
52+
https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.11/ 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.9.0-RC1"
8+
scalaVersion := "0.10.0-RC1"
99
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.6
1+
sbt.version=1.2.3

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.2.2")
1+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.4")

0 commit comments

Comments
 (0)