Skip to content

Commit b3ab0a3

Browse files
committed
chore(deps): upgrade pact ruby standalone to 2.1.0
Signed-off-by: JP-Ellis <[email protected]>
1 parent afb8c0e commit b3ab0a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hatch_build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
ROOT_DIR = Path(__file__).parent.resolve()
3131

32-
PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.0.7")
32+
# 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")
3335
PACT_BIN_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}"
3436

3537
PACT_LIB_VERSION = os.getenv("PACT_LIB_VERSION", "0.4.9")

0 commit comments

Comments
 (0)