Skip to content

Commit b44c90d

Browse files
upgrade to sbt 1.6.1
1 parent fb7a5f4 commit b44c90d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
~/.ivy2/cache
1717
~/.sbt
1818
key: ${{ runner.os }}-sbt
19-
- uses: olafurpg/setup-scala@v10
19+
- uses: olafurpg/setup-scala@v13
20+
with:
21+
java-version: zulu@
2022
- uses: olafurpg/setup-gpg@v3
2123
- run: ./make.sh
2224
- run: ./publish.sh

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.5.5
1+
sbt.version = 1.6.1

0 commit comments

Comments
 (0)