Skip to content

Commit 46219a2

Browse files
committedJan 7, 2025·
Merge remote-tracking branch 'origin/main' into update/sbt-scala-module-3.2.2
2 parents 0b67064 + a5f0edb commit 46219a2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}
24+
- uses: sbt/setup-sbt@v1
2425
- name: Test
2526
run: sbt ++${{matrix.scala}} test package

‎.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 8
16+
- uses: sbt/setup-sbt@v1
1617
- run: sbt versionCheck ci-release
1718
env:
1819
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}

‎project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.6
1+
sbt.version=1.10.7

0 commit comments

Comments
 (0)
Please sign in to comment.