Skip to content

Scala 3 book: streamline getting-started instructions a bit #2293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ keywords:
scala-version: 2.13.8
scala-212-version: 2.12.15
scala-3-version: 3.1.0
scala-3-plugin-version: 0.5.1

collections:
style:
Expand Down
5 changes: 1 addition & 4 deletions _overviews/scala3-book/tools-sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Create a file named _build.properties_ in the directory `project`, with
the following content:

```text
sbt.version=1.5.4
sbt.version=1.6.1
```

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

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

> 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 }}")`


### Using sbt with larger projects

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