Skip to content

Commit

Permalink
Build: Bump versions; Use sbt action because github ubuntu-latest no …
Browse files Browse the repository at this point in the history
…longer includes sbt
  • Loading branch information
raquo committed Jan 16, 2025
1 parent 44d927c commit d61a8f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Tests
run: sbt +test
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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: Run tests
run: sbt +test
- name: Code formatting check
Expand Down
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.14"
val Scala_2_13 = "2.13.16"

val Scala_3 = "3.3.1"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.7
sbt.version = 1.10.7

0 comments on commit d61a8f6

Please sign in to comment.