Skip to content

Commit

Permalink
Fixes on tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrodero-fidesmo committed Jul 25, 2023
1 parent ad36948 commit 29e5437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ scalacOptions ++= Seq(
)
```

Also make sure that you use a recent version of `sbt`, _e.g._ `1.9.2`. You can set
Also make sure that you use a recent version of `sbt`, _e.g._ `1.9.3`. You can set
the `sbt` version in `project/build.properties` file:

```scala
sbt.version=1.9.2
sbt.version=1.9.3
```

Almost all code snippets in this tutorial can be pasted and compiled right in
Expand Down

0 comments on commit 29e5437

Please sign in to comment.