Skip to content

Commit 0d54415

Browse files
committed
Merge branch 'Kev-J-fix-ci'
2 parents 34311b9 + e2196eb commit 0d54415

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/scala.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- name: Setup JDK
16-
uses: actions/setup-java@v3
17-
with:
18-
distribution: temurin
19-
java-version: 8
15+
- name: Setup SBT
16+
uses: sbt/setup-sbt@v1
2017
- name: Publish package
2118
run: sbt publish
2219
env:

0 commit comments

Comments
 (0)