Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fdb37a

Browse files
committedMar 10, 2025
CORE-69: Update sbt-dependency-tree from 1.10.7 to 1.10.10
1 parent b8afd2b commit 3fdb37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/consumer_contract_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
-v jar-cache:/root/.ivy \
137137
-v jar-cache:/root/.ivy2 \
138138
-w /working \
139-
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.7_2.13.16 \
139+
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.10_2.13.16 \
140140
bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean \"testOnly org.broadinstitute.dsde.rawls.consumer.*\""
141141
142142
- name: Output consumer contract as non-breaking base64 string

‎.github/workflows/verify_consumer_pacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
-e POSTGRES_READ_URL=localhost:5432 \
329329
-e POSTGRES_USERNAME=rawls-test \
330330
-e POSTGRES_PASSWORD=rawls-test \
331-
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.7_2.13.16 \
331+
sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.10_2.13.16 \
332332
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"
333333
334334
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.

0 commit comments

Comments
 (0)
Please sign in to comment.