We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c78ea commit 17bdee6Copy full SHA for 17bdee6
‎.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
java-version: '11'
23
distribution: 'adopt'
24
+ - uses: sbt/setup-sbt@v1
25
- name: Set unique package version
26
id: set-version
27
run: |
‎CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Fix test workflow to use `sbt/setup-sbt` action
13
14
## [v1.0.1]
15
16
### Changed
0 commit comments