Skip to content

Commit 91850f0

Browse files
committed
feat: bump pact standalone to 2.0.7
Signed-off-by: JP-Ellis <[email protected]>
1 parent ae019b0 commit 91850f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from packaging.tags import sys_tags
1313

1414
ROOT_DIR = Path(__file__).parent.resolve()
15-
PACT_VERSION = "2.0.3"
15+
PACT_VERSION = "2.0.7"
1616
PACT_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}"
1717
PACT_DISTRIBUTIONS: list[tuple[str, str, str]] = [
1818
("linux", "arm64", "tar.gz"),

0 commit comments

Comments
 (0)