File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h1 id="getting-started">Try Dotty</h1>
15
15
< p > Or, you can try Dotty in your browser with < a href ="https://scastie.scala-lang.org/?target=dotty "> Scastie</ a > .</ p >
16
16
17
17
< 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 >
19
19
20
20
< p > Create a Dotty project:</ p >
21
21
< pre class ="sourceCode bright "> < code > sbt new < a href ="https://github.com/lampepfl/dotty.g8 "> lampepfl/dotty.g8</ a > </ code > </ pre >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ title: Getting Started: Users
12
12
This is an easy way to try Dotty without installing anything, directly in your browser.
13
13
14
14
### 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/ )
16
16
17
17
Create a simple Dotty project:
18
18
``` bash
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ layout: doc-page
3
3
title : " Using Dotty with sbt"
4
4
---
5
5
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 ) .
You can’t perform that action at this time.
0 commit comments