Skip to content

Commit

Permalink
Update SnapshotTesting framework version
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 committed Sep 19, 2023
1 parent 0ed94cc commit 429a327
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 429a327

Please sign in to comment.