From 0eddd278b67bd13d0908850c3c60868aad1c3b2d Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Thu, 4 Oct 2018 14:14:44 +0200 Subject: [PATCH] Release Dotty 0.10.0-RC1 --- README.md | 8 ++++---- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dc3573d..122d972 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ You will need to make the following adjustments to your build: ### project/plugins.sbt ```scala -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.4") ``` ### project/build.properties ```scala -sbt.version=1.1.6 +sbt.version=1.2.3 ``` Older versions of sbt are not supported. @@ -43,13 +43,13 @@ 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.9.0-RC1" +scalaVersion := "0.10.0-RC1" ``` #### Nightly builds If the latest release of Dotty is missing a bugfix or feature you need, you may wish to use a nightly build. Look at the bottom of -https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.10/ to find the version +https://repo1.maven.org/maven2/ch/epfl/lamp/dotty_0.11/ to find the version number for the latest nightly build. Alternatively, you can set `scalaVersion := dottyLatestNightlyBuild.get` to always use the latest nightly build of dotty. diff --git a/build.sbt b/build.sbt index c0a3970..0126c9d 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.0", - scalaVersion := "0.9.0-RC1" + scalaVersion := "0.10.0-RC1" ) diff --git a/project/build.properties b/project/build.properties index d6e3507..0cd8b07 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.6 +sbt.version=1.2.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 0067c09..f488f11 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.2") +addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.2.4")