Skip to content

Commit

Permalink
Build: Bump versions; Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Jan 16, 2025
1 parent 83ee60e commit d389ca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Tests
run: sbt +test
- name: Release
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt +test
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {

val Scala_2_13 = "2.13.15"
val Scala_2_13 = "2.13.16"

val Scala_3 = "3.3.3"

Expand Down

0 comments on commit d389ca0

Please sign in to comment.