We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ab0a3 commit 7f838b1Copy full SHA for 7f838b1
hatch_build.py
@@ -34,7 +34,9 @@
34
PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.1.0")
35
PACT_BIN_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}"
36
37
-PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.9")
+# 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")
40
PACT_LIB_URL = "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{version}/{prefix}pact_ffi-{os}-{machine}.{ext}"
41
42
0 commit comments