Skip to content

Commit e4e2d88

Browse files
authored
Update build.yml
1 parent 2aeaad1 commit e4e2d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v3
2424
with:
2525
java-version: '8'
26-
distribution: 'oracle'
26+
distribution: 'temurin'
2727
cache: 'sbt'
2828
- name: Run tests
2929
run: sbt test

0 commit comments

Comments
 (0)