There was an error while loading. Please reload this page.
1 parent 0fd4c24 commit a7cd0dfCopy full SHA for a7cd0df
2 files changed
.github/workflows/main.yml
@@ -9,16 +9,17 @@ jobs:
9
build-and-test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v5
15
with:
16
- distribution: 'liberica'
17
- java-version: '17.0'
+ distribution: zulu
+ java-version: 21.0.2
18
java-package: jdk+fx
19
+ cache: sbt
20
21
- uses: sbt/setup-sbt@v1
-
22
+
23
- name: Clone Models
24
run: |
25
cd ..
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.9.7
+sbt.version=1.10.1
0 commit comments