Skip to content

Commit 437ed16

Browse files
committed
Update documentation for sbt 1
1 parent d2aadce commit 437ed16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_includes/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 id="getting-started">Try Dotty</h1>
1515
<p>Or, you can try Dotty in your browser with <a href="https://scastie.scala-lang.org/?target=dotty">Scastie</a>.</p>
1616

1717
<h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
18-
<p>The fastest way to create a new project in Dotty is using <a href="http://www.scala-sbt.org/">sbt (0.13.15+)</a>.</p>
18+
<p>The fastest way to create a new project in Dotty is using <a href="http://www.scala-sbt.org/">sbt (1.1.4+)</a>.</p>
1919

2020
<p>Create a Dotty project:</p>
2121
<pre class="sourceCode bright"><code>sbt new <a href="https://github.com/lampepfl/dotty.g8">lampepfl/dotty.g8</a></code></pre>

docs/docs/usage/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: Getting Started: Users
1212
This is an easy way to try Dotty without installing anything, directly in your browser.
1313

1414
### sbt
15-
The fastest way to create a new project compiled by Dotty is using [sbt (0.13.13+)](http://www.scala-sbt.org/)
15+
The fastest way to create a new project compiled by Dotty is using [sbt (1.1.4+)](http://www.scala-sbt.org/)
1616

1717
Create a simple Dotty project:
1818
```bash

docs/docs/usage/sbt-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: doc-page
33
title: "Using Dotty with sbt"
44
---
55

6-
To try it in your project see the [Getting Started User Guide](http://dotty.epfl.ch/#getting-started).
6+
To try it in your project see the [Getting Started User Guide](https://dotty.epfl.ch/docs/usage/getting-started.html).

0 commit comments

Comments
 (0)