Skip to content

Commit

Permalink
Merge pull request #376 from ckipp01/prepare
Browse files Browse the repository at this point in the history
fix: prepare for 3.0.7 by bumping java-debug
  • Loading branch information
ckipp01 authored Feb 1, 2023
2 parents 3659e64 + d56fe05 commit 56afc99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: true
- uses: coursier/[email protected]
with:
app: sbt
apps: sbt
- run: sbt +compile
test:
strategy:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val javaDebug = project
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
),
Test / fork := true,
version := (if (isRelease) "0.34.0+11" else "0.34.0+11-SNAPSHOT")
version := (if (isRelease) "0.34.0+12" else "0.34.0+12-SNAPSHOT")
)

lazy val core212 = core.jvm(Dependencies.scala212)
Expand Down

0 comments on commit 56afc99

Please sign in to comment.