mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Change 2.13.7 -> 2.13.8 in a few spots where I missed it (#4470)
This commit is contained in:
parent
7c649d39db
commit
3ea4763cfc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/Secp_Disabled_Tests.yml
vendored
2
.github/workflows/Secp_Disabled_Tests.yml
vendored
|
@ -32,4 +32,4 @@ jobs:
|
|||
~/.bitcoin-s/binaries
|
||||
key: ${{ runner.os }}-cache
|
||||
- name: run tests
|
||||
run: sbt ++2.13.7 cryptoTestJVM/test coreTestJVM/test dlcTest/test
|
||||
run: sbt ++2.13.8 cryptoTestJVM/test coreTestJVM/test dlcTest/test
|
||||
|
|
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
- name: Build and push
|
||||
run: sbt ++2.13.7 "oracleServer/docker:publish;appServer/docker:publish"
|
||||
run: sbt ++2.13.8 "oracleServer/docker:publish;appServer/docker:publish"
|
Loading…
Add table
Reference in a new issue