Skip to content

Commit

Permalink
Require sbt >= 1.5.5
Browse files Browse the repository at this point in the history
In particular because of sbt/librarymanagement#383
  • Loading branch information
smarter committed Jul 24, 2021
1 parent 1b5bb56 commit b279615
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.3
sbt.version=1.5.5
```

You must use sbt 1.5.3 or newer; older versions of sbt are not supported.
You must use sbt 1.5.5 or newer; older versions of sbt are not supported.

### build.sbt

Expand Down

0 comments on commit b279615

Please sign in to comment.