Skip to content

Commit a64b398

Browse files
committed
Update SwiftSnapshotTesting
This includes [this fix](pointfreeco/swift-snapshot-testing#585) which should solve some of the flaky test failures we've been seeing lately, which made test retries also fail. We couldn't update to 1.10.0 because it dropped support for iOS 12.0, but that was fixed in pointfreeco/swift-snapshot-testing#698
1 parent 853ea0f commit a64b398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RevenueCat.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4169,8 +4169,8 @@
41694169
isa = XCRemoteSwiftPackageReference;
41704170
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
41714171
requirement = {
4172-
kind = exactVersion;
4173-
version = 1.9.0;
4172+
kind = upToNextMajorVersion;
4173+
minimumVersion = 1.11.0;
41744174
};
41754175
};
41764176
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)