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 81dad91 commit 965bb1fCopy full SHA for 965bb1f
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-java@v4
18
with:
19
distribution: 'zulu'
20
- java-version: '21'
+ java-version: '11'
21
cache: 'sbt'
22
- name: 👌 Run "pre-push" tasks (compile and style-check)
23
run: sbt prep
0 commit comments