Skip to content

Commit

Permalink
fix(travis): rxswift strict requirement 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Mar 22, 2021
1 parent d76a645 commit 0d20969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 315 deletions.
4 changes: 2 additions & 2 deletions waosSwift.xcodeproj/project.pbxproj
Expand Up @@ -2086,8 +2086,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift.git";
requirement = {
kind = exactVersion;
version = 6.1.0;
kind = upToNextMajorVersion;
minimumVersion = 6.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

This file was deleted.

0 comments on commit 0d20969

Please sign in to comment.