We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4561506 + 285f2d1 commit 39b8bd3Copy full SHA for 39b8bd3
README.md
@@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by
43
the `sbt-dotty` plugin, you don't need to set up anything:
44
45
```scala
46
-scalaVersion := "0.3.0-RC2"
+scalaVersion := "0.4.0-RC1"
47
```
48
49
#### Nightly builds
build.sbt
@@ -4,5 +4,5 @@ lazy val root = (project in file(".")).
4
description := "Example sbt project that compiles using Dotty",
5
version := "0.1",
6
7
- scalaVersion := "0.3.0-RC2"
+ scalaVersion := "0.4.0-RC1"
8
)
project/plugins.sbt
@@ -1 +1 @@
1
-addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.5")
+addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.1.6")
0 commit comments