Skip to content

Commit 7f838b1

Browse files
committed
chore(deps): upgrade pact ffi to 0.4.15
Signed-off-by: JP-Ellis <[email protected]>
1 parent b3ab0a3 commit 7f838b1

File tree

3 files changed

+502
-278
lines changed

3 files changed

+502
-278
lines changed

hatch_build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.1.0")
3535
PACT_BIN_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}"
3636

37-
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.9")
37+
# Latest version available at:
38+
# https://github.com/pact-foundation/pact-reference/releases
39+
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.15")
3840
PACT_LIB_URL = "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{version}/{prefix}pact_ffi-{os}-{machine}.{ext}"
3941

4042

0 commit comments

Comments
 (0)