From e8fafd1771cdcd693bad1c583bd4b8dc7e3168f4 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Thu, 5 Jul 2018 18:01:46 +0200 Subject: [PATCH] Release Dotty 0.9.0-RC1 --- README.md | 4 ++-- build.sbt | 2 +- project/build.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f819391..099e27b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2") ### project/build.properties ```scala -sbt.version=1.1.4 +sbt.version=1.1.5 ``` Older versions of sbt are not supported. @@ -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.8.0-RC1" +scalaVersion := "0.9.0-RC1" ``` #### Nightly builds diff --git a/build.sbt b/build.sbt index 59802b6..9a93a56 100644 --- a/build.sbt +++ b/build.sbt @@ -5,5 +5,5 @@ lazy val root = project description := "Example sbt project that compiles using Dotty", version := "0.1", - scalaVersion := "0.8.0-RC1" + scalaVersion := "0.9.0-RC1" ) diff --git a/project/build.properties b/project/build.properties index 64cf32f..7c81737 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.4 +sbt.version=1.1.5