Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 9877b31

Browse files
committed
Update CI sbt version to 1.11.6
1 parent b301ab9 commit 9877b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install sbt
1919
run: |
20-
curl -fsSL "https://github.com/sbt/sbt/releases/download/v1.10.7/sbt-1.10.7.tgz" | sudo tar xz -C /usr/local
20+
curl -fsSL "https://github.com/sbt/sbt/releases/download/v1.11.6/sbt-1.11.6.tgz" | sudo tar xz -C /usr/local
2121
echo "/usr/local/sbt/bin" >> "$GITHUB_PATH"
2222
2323
- name: Check formatting

0 commit comments

Comments
 (0)