Skip to content

Commit 8ef2b7b

Browse files
committed
README.md: require sbt >= 1.5.3
1 parent 0fc492d commit 8ef2b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ You will need to make the following adjustments to your build:
3030
### project/build.properties
3131

3232
```scala
33-
sbt.version=1.5.0
33+
sbt.version=1.5.3
3434
```
3535

36-
You must use sbt 1.5.0 or newer; older versions of sbt are not supported.
36+
You must use sbt 1.5.3 or newer; older versions of sbt are not supported.
3737

3838
### build.sbt
3939

0 commit comments

Comments
 (0)