Skip to content

Commit

Permalink
Update SnapshotTesting framework version (#480)
Browse files Browse the repository at this point in the history
We needed to define an exact version since they stopped supporting iOS 12
in a minor version release. This broke our CI/CD pipeline.
  • Loading branch information
okhan-okbay-cko authored Sep 20, 2023
1 parent 5c740f2 commit 6bd6c6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
kind = exactVersion;
version = 1.12.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 6bd6c6a

Please sign in to comment.