There was an error while loading. Please reload this page.
1 parent eef5028 commit 75d3090Copy full SHA for 75d3090
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
distribution: 'temurin'
25
java-version: '21'
26
cache: 'sbt'
27
- - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1, specifically v1.2.1
+ - uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1, specifically v1.4.0
28
- name: Install native dependencies
29
run: |
30
sudo apt-get update
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments