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 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" )