Skip to content

Commit

Permalink
Update sbt to 1.9.1 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
  • Loading branch information
scala-steward and xuwei-k committed Jul 1, 2023
1 parent 252a531 commit b3f2751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You will need to make the following adjustments to your build:
### project/build.properties

```
sbt.version=1.9.0
sbt.version=1.9.1
```

You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.0
sbt.version=1.9.1

0 comments on commit b3f2751

Please sign in to comment.