Skip to content

Commit

Permalink
Update sbt to 1.8.3 (scala#119)
Browse files Browse the repository at this point in the history
* Update sbt to 1.8.3

* Update README.md

---------

Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scala-steward and xuwei-k authored May 25, 2023
1 parent 5d4fe9c commit 2745f0b
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.8.2
sbt.version=1.8.3
```

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.8.2
sbt.version=1.8.3

0 comments on commit 2745f0b

Please sign in to comment.