Skip to content

Commit 3fccbfe

Browse files
authored
Scala 3 book: streamline getting-started instructions a bit (#2293)
1 parent 1b939f6 commit 3fccbfe

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ keywords:
1818
scala-version: 2.13.8
1919
scala-212-version: 2.12.15
2020
scala-3-version: 3.1.0
21-
scala-3-plugin-version: 0.5.1
2221

2322
collections:
2423
style:

_overviews/scala3-book/tools-sbt.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a file named _build.properties_ in the directory `project`, with
4747
the following content:
4848

4949
```text
50-
sbt.version=1.5.4
50+
sbt.version=1.6.1
5151
```
5252

5353
Then create a file named _build.sbt_ in the project root directory that contains this line:
@@ -101,9 +101,6 @@ These are working directories that sbt uses.
101101

102102
As you can see, creating and running a little Scala project with sbt takes just a few simple steps.
103103

104-
> For sbt version < 1.5.0, it is required to have the following line in a *project/plugins.sbt* file: `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "{{ site.scala-3-plugin-version }}")`
105-
106-
107104
### Using sbt with larger projects
108105

109106
For a little project, that’s all that sbt requires to run.

0 commit comments

Comments
 (0)