Skip to content

Commit 219519f

Browse files
committed
fix build pipelines
1 parent 5e310a0 commit 219519f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222

2323
- uses: coursier/cache-action@v6
2424

25-
- name: setup Java and SBT
25+
- name: setup Java 17
2626
uses: actions/setup-java@v4
2727
with:
2828
java-version: '17'
2929
distribution: 'oracle'
3030
cache: 'sbt'
3131

32+
- name: setup SBT
33+
uses: sbt/setup-sbt@v1
34+
3235
- name: build ${{ matrix.scala }}
3336
run: sbt ++${{ matrix.scala }} clean check coverage test
3437

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
release:
10-
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v2
10+
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v3
1111
secrets: inherit

0 commit comments

Comments
 (0)