We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeaad1 commit e4e2d88Copy full SHA for e4e2d88
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-java@v3
24
with:
25
java-version: '8'
26
- distribution: 'oracle'
+ distribution: 'temurin'
27
cache: 'sbt'
28
- name: Run tests
29
run: sbt test
0 commit comments