Skip to content

Commit 5ece74c

Browse files
authored
Use Temurin JDK
1 parent 1002275 commit 5ece74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v2
2424
with:
2525
java-version: '11'
26-
distribution: 'adopt'
26+
distribution: temurin
2727
- name: Cache SBT
2828
uses: actions/cache@v2
2929
with:

0 commit comments

Comments
 (0)