Skip to content

Commit

Permalink
CORE-69: Update sbt-dependency-tree from 1.10.5 to 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Dec 9, 2024
1 parent 22f129c commit a949767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consumer_contract_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
-v jar-cache:/root/.ivy \
-v jar-cache:/root/.ivy2 \
-w /working \
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \
bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean \"testOnly org.broadinstitute.dsde.rawls.consumer.*\""
- name: Output consumer contract as non-breaking base64 string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_consumer_pacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
-e POSTGRES_READ_URL=localhost:5432 \
-e POSTGRES_USERNAME=rawls-test \
-e POSTGRES_PASSWORD=rawls-test \
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.5_2.13.15 \
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.6_2.13.15 \
bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean coverage \"testOnly org.broadinstitute.dsde.rawls.provider.*\" coverageReport"
can-i-deploy: # The can-i-deploy job will run as a result of a Rawls PR. It reports the pact verification statuses on all deployed environments.
Expand Down

0 comments on commit a949767

Please sign in to comment.