Skip to content

Commit

Permalink
chore: Upgrade PactSwiftMockServer to v0.4.4
Browse files Browse the repository at this point in the history
v0.4.4 contains pact_ffi 0.3.15 which includes 2e5823a - feat: add custom-header to the old FFI args for implementations that have not moved to handles
  • Loading branch information
surpher committed Nov 28, 2022
1 parent 973e7fb commit 2a03f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/surpher/PactSwiftMockServer.git", .exact("0.4.2"))
.package(url: "https://github.com/surpher/PactSwiftMockServer.git", .exact("0.4.4"))
],

targets: [
Expand Down
2 changes: 1 addition & 1 deletion PactSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
repositoryURL = "https://github.com/surpher/PactSwiftMockServer";
requirement = {
kind = exactVersion;
version = 0.4.2;
version = 0.4.4;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion Scripts/build_test_linux
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [[ "$CI" == true ]]; then
echo "ℹ️ Changing location to ${LIBPACT_FFI_DIR}"
cd $LIBPACT_FFI_DIR
git fetch --all --tags
git checkout tags/libpact_ffi-v0.3.11
git checkout tags/libpact_ffi-v0.3.15
fi

export LD_LIBRARY_PATH="/usr/local/lib"
Expand Down

0 comments on commit 2a03f6b

Please sign in to comment.