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 afb8c0e commit b3ab0a3Copy full SHA for b3ab0a3
hatch_build.py
@@ -29,7 +29,9 @@
29
30
ROOT_DIR = Path(__file__).parent.resolve()
31
32
-PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.0.7")
+# Latest version available at:
33
+# https://github.com/pact-foundation/pact-ruby-standalone/releases
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")
0 commit comments