From 12e700a82e51175189690040ad0e4e1663b4d9e4 Mon Sep 17 00:00:00 2001 From: Marko Justinek Date: Mon, 28 Nov 2022 20:26:28 +1100 Subject: [PATCH] chore: Upgrade PactSwiftMockServer to v0.4.4 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 --- Package.swift | 2 +- PactSwift.xcodeproj/project.pbxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index bd950919..617f5e74 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [ diff --git a/PactSwift.xcodeproj/project.pbxproj b/PactSwift.xcodeproj/project.pbxproj index fb82feff..066f3dc5 100644 --- a/PactSwift.xcodeproj/project.pbxproj +++ b/PactSwift.xcodeproj/project.pbxproj @@ -1463,7 +1463,7 @@ repositoryURL = "https://github.com/surpher/PactSwiftMockServer"; requirement = { kind = exactVersion; - version = 0.4.2; + version = 0.4.4; }; }; /* End XCRemoteSwiftPackageReference section */