From 515f9eb819cc631b0ded1b4e73ef28812d04c211 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Thu, 7 Sep 2017 11:19:06 +0200 Subject: [PATCH 1/2] Upgrade to 0.3.0-RC2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f320c09..0a4f194 100644 --- a/build.sbt +++ b/build.sbt @@ -4,5 +4,5 @@ lazy val root = (project in file(".")). description := "Example sbt project that compiles using Dotty", version := "0.1", - scalaVersion := "0.3.0-RC1" + scalaVersion := "0.3.0-RC2" ) From 207cddce5820e5220eb3aff775894167af745992 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Thu, 7 Sep 2017 11:19:50 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f223e4..b8f1a6a 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.3.0-RC1" +scalaVersion := "0.3.0-RC2" ``` #### Nightly builds