File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
StreamChatSwiftUI.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
1616 )
1717 ] ,
1818 dependencies: [
19- . package ( url: " https://github.com/GetStream/stream-chat-swift.git " , revision : " ca835ce6621c027a6f97cf37ffe30d18d4d59be6 " )
19+ . package ( url: " https://github.com/GetStream/stream-chat-swift.git " , from : " 5.0.0 " )
2020 ] ,
2121 targets: [
2222 . target(
Original file line number Diff line number Diff line change 15221522 isa = XCRemoteSwiftPackageReference;
15231523 repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
15241524 requirement = {
1525- kind = revision ;
1526- revision = ca835ce6621c027a6f97cf37ffe30d18d4d59be6 ;
1525+ kind = upToNextMajorVersion ;
1526+ minimumVersion = 5.0.0 ;
15271527 };
15281528 };
15291529 E3A1C01A282BAC66002D1E26 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
You can’t perform that action at this time.
0 commit comments