Skip to content

Commit b0ea18d

Browse files
committed
13
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent 6132625 commit b0ea18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Set up JDK 1.8
11+
- name: Set up JDK 13
1212
uses: olafurpg/setup-scala@v2
1313
with:
14-
java-version: 1.8
14+
java-version: 13
1515
- name: Cache Coursier
1616
uses: actions/cache@v1
1717
with:

0 commit comments

Comments
 (0)