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 6f4bfcd commit 9739a56Copy full SHA for 9739a56
.github/workflows/ci.yml
@@ -12,6 +12,6 @@ jobs:
12
uses: actions/setup-java@v3
13
with:
14
distribution: temurin
15
- java-version: 8
+ java-version: 11
16
- name: Build and Test
17
run: sbt -v +test
0 commit comments