Skip to content

Commit 281caac

Browse files
Update sbt to 1.7.1 (scala#110)
* Update sbt to 1.7.1 * Update README.md Co-authored-by: kenji yoshida <[email protected]>
1 parent 819214a commit 281caac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You will need to make the following adjustments to your build:
2525
### project/build.properties
2626

2727
```
28-
sbt.version=1.6.2
28+
sbt.version=1.7.1
2929
```
3030

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

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.1

0 commit comments

Comments
 (0)