Skip to content

Commit 17bdee6

Browse files
authored
📦 ci: fix test workflow to use setup-sbt (#27)
sbt is not included in setup-java anymore
1 parent 98c78ea commit 17bdee6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'
24+
- uses: sbt/setup-sbt@v1
2425
- name: Set unique package version
2526
id: set-version
2627
run: |

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Fix test workflow to use `sbt/setup-sbt` action
13+
1014
## [v1.0.1]
1115

1216
### Changed

0 commit comments

Comments
 (0)