From f02831572d14d0d18caf206e7a827cdf58134880 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 11 Nov 2020 13:21:14 +0900 Subject: [PATCH 1/2] fix sbt version in getting-started.md https://github.com/lampepfl/dotty/blob/306e4fcffeac990d8edf5c49ae2b6e49a79dac39/sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala#L169 --- docs/docs/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/getting-started.md b/docs/docs/usage/getting-started.md index 41e019169a70..2d62097add62 100644 --- a/docs/docs/usage/getting-started.md +++ b/docs/docs/usage/getting-started.md @@ -10,7 +10,7 @@ title: Getting Started: Users This is an easy way to try Dotty without installing anything, directly in your browser. ### sbt -The fastest way to create a new project compiled by Dotty is using [sbt (1.1.4+)](http://www.scala-sbt.org/) +The fastest way to create a new project compiled by Dotty is using [sbt (1.3.6+)](http://www.scala-sbt.org/) Create a simple Dotty project: ```bash From 34a128f36bf3b718740cdb015ccc0fecce459b64 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 12 Nov 2020 18:54:02 +0900 Subject: [PATCH 2/2] Update docs/docs/usage/getting-started.md Co-authored-by: Guillaume Martres --- docs/docs/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/getting-started.md b/docs/docs/usage/getting-started.md index 2d62097add62..729dddefb548 100644 --- a/docs/docs/usage/getting-started.md +++ b/docs/docs/usage/getting-started.md @@ -10,7 +10,7 @@ title: Getting Started: Users This is an easy way to try Dotty without installing anything, directly in your browser. ### sbt -The fastest way to create a new project compiled by Dotty is using [sbt (1.3.6+)](http://www.scala-sbt.org/) +The fastest way to create a new project compiled by Dotty is using [sbt](http://www.scala-sbt.org/) Create a simple Dotty project: ```bash