Skip to content

Commit 27fdc97

Browse files
committed
update sbt
1 parent 9997baf commit 27fdc97

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
java-version: "8"
23-
distribution: 'temurin'
23+
distribution: 'zulu'
2424
cache: 'sbt'
2525

26+
- uses: sbt/setup-sbt@v1
27+
2628
- name: Install rust toolchain
2729
uses: dtolnay/rust-toolchain@nightly
2830
with:

project/build.properties

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

0 commit comments

Comments
 (0)