Skip to content

Commit 3aa780c

Browse files
authored
Merge pull request testcontainers#414 from pan3793/sbt
Bump SBT 1.10.7 and update sbt script
2 parents 61759d6 + 701d9bb commit 3aa780c

File tree

4 files changed

+756
-487
lines changed

4 files changed

+756
-487
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
distribution: temurin
1818
java-version: 8
1919
cache: sbt
20-
- uses: sbt/setup-sbt@v1
21-
- run: sbt ci-release
20+
- run: ./sbt ci-release
2221
env:
2322
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2423
PGP_SECRET: ${{ secrets.PGP_SECRET }}

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
java-version: ${{ matrix.java }}
4545
check-latest: true
4646
cache: "sbt"
47-
- uses: sbt/setup-sbt@v1
48-
with:
49-
sbt-runner-version: 1.10.5
5047
- name: Restore cache
5148
uses: actions/cache@v2
5249
with:
@@ -58,4 +55,4 @@ jobs:
5855
restore-keys: |
5956
cache-v1-
6057
- name: Compile and Test
61-
run: sbt +test
58+
run: ./sbt +test

project/build.properties

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

0 commit comments

Comments
 (0)