Skip to content

Commit c1b9bbe

Browse files
committed
Setup SBT
1 parent 373f757 commit c1b9bbe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,16 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36+
37+
- name: Set up JDK 21
38+
uses: actions/setup-java@v4
39+
with:
40+
java-version: '21'
41+
distribution: 'temurin'
42+
43+
- name: Setup SBT
44+
uses: olafurpg/setup-scala@v13
45+
with:
46+
java-version: '21'
47+
3648
- uses: scalacenter/sbt-dependency-submission@v2

0 commit comments

Comments
 (0)