File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ let package = Package(
2222 )
2323 ] ,
2424 dependencies: [
25- . package ( url: " https://github.com/apple/swift-protobuf.git " , from : " 1.29 .0 " ) ,
25+ . package ( url: " https://github.com/apple/swift-protobuf.git " , exact : " 1.30 .0 " ) ,
2626 . package ( url: " https://github.com/GetStream/stream-video-swift-webrtc.git " , exact: " 137.0.41 " )
2727 ] ,
2828 targets: [
Original file line number Diff line number Diff line change 1128211282 isa = XCRemoteSwiftPackageReference;
1128311283 repositoryURL = "https://github.com/apple/swift-protobuf";
1128411284 requirement = {
11285- kind = upToNextMajorVersion ;
11286- minimumVersion = 1.18 .0;
11285+ kind = exactVersion ;
11286+ version = 1.30 .0;
1128711287 };
1128811288 };
1128911289/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments