Skip to content

Commit 58a00b6

Browse files
scala-stewardPhilippus
andauthoredDec 29, 2024
Update sbt, scripted-plugin to 1.10.7 (#163)
* Update sbt, scripted-plugin to 1.10.7 * Add sbt/setup-sbt action --------- Co-authored-by: philippus <[email protected]>
1 parent 4627c1a commit 58a00b6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
java-version: ${{ matrix.java-version }}
2828
cache: sbt
2929

30+
- uses: sbt/setup-sbt@v1
31+
3032
- name: Run the project
3133
run: sbt run
3234

‎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.10.6
28+
sbt.version=1.10.7
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.10.6
1+
sbt.version=1.10.7

0 commit comments

Comments
 (0)