We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0669035 commit 4e0df94Copy full SHA for 4e0df94
.github/workflows/pr.yml
@@ -17,7 +17,9 @@ jobs:
17
uses: actions/setup-java@v4
18
with:
19
distribution: 'temurin'
20
- java-version: '21'
+ java-version: '23'
21
+ cache: "sbt"
22
+ - uses: sbt/setup-sbt@v1
23
- uses: actions/cache@v4
24
25
path: |
.github/workflows/release.yml
@@ -24,7 +24,9 @@ jobs:
26
27
28
29
30
31
32
0 commit comments