From f4172b24ae60005b00561dca2ccdfb47ecd7fdbc Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 31 Aug 2017 09:47:20 +0200 Subject: [PATCH] Update doc to 0.3.0-RC1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 177117d..852fccb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Any version number that starts with `0.` is automatically recognized as Dotty by the `sbt-dotty` plugin, you don't need to set up anything: ```scala -scalaVersion := "0.2.0-RC1" +scalaVersion := "0.3.0-RC1" ``` #### Nightly builds