Skip to content

Commit

Permalink
README.md: require sbt 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Apr 20, 2021
1 parent cbd0f7c commit 66a8d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ You will need to make the following adjustments to your build:
### project/build.properties

```scala
sbt.version=1.5.0-RC2
sbt.version=1.5.0
```

You must use sbt 1.5.0-RC2 or newer; older versions of sbt are not supported.
You must use sbt 1.5.0 or newer; older versions of sbt are not supported.

### build.sbt

Expand Down

0 comments on commit 66a8d90

Please sign in to comment.