Change 2.13.7 -> 2.13.8 in a few spots where I missed it (#4470)

This commit is contained in:
Chris Stewart 2022-07-08 14:24:18 -05:00 committed by GitHub
parent 7c649d39db
commit 3ea4763cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"