Skip to content

Commit

Permalink
chore: Bumps mock server version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Sep 7, 2022
1 parent 2404e83 commit c3aed20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"))
.package(url: "https://github.com/surpher/PactSwiftMockServer.git", .exact("0.4.2"))
],

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 @@ -1457,7 +1457,7 @@
repositoryURL = "https://github.com/surpher/PactSwiftMockServer";
requirement = {
kind = exactVersion;
version = 0.4.0;
version = 0.4.2;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit c3aed20

Please sign in to comment.