-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #376 from ckipp01/prepare
fix: prepare for 3.0.7 by bumping java-debug
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
submodules: true | ||
- uses: coursier/[email protected] | ||
with: | ||
app: sbt | ||
apps: sbt | ||
- run: sbt +compile | ||
test: | ||
strategy: | ||
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: coursier/[email protected] | ||
with: | ||
jvm: ${{ matrix.jvm }} | ||
app: sbt | ||
apps: sbt | ||
- name: Unit tests | ||
run: sbt test | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: coursier/[email protected] | ||
with: | ||
jvm: 'temurin:1.17.0.3' | ||
app: sbt | ||
apps: sbt | ||
- name: Unit tests | ||
run: sbt test | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
submodules: true | ||
- uses: coursier/[email protected] | ||
with: | ||
app: sbt | ||
apps: sbt | ||
jvm: 'adopt:1.8.0-292' | ||
- run: sbt ci-release | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters