File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
PubNubSwiftChatSDK.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ let package = Package(
18
18
)
19
19
] ,
20
20
dependencies: [
21
- . package ( url: " https://github.com/pubnub/kmp-chat " , exact: " 0.14 .1-swift " ) ,
22
- . package ( url: " https://github.com/pubnub/swift " , exact: " 9.3.0 " )
21
+ . package ( url: " https://github.com/pubnub/kmp-chat " , exact: " 0.15 .1-swift " ) ,
22
+ . package ( url: " https://github.com/pubnub/swift " , exact: " 9.3.1 " )
23
23
] ,
24
24
targets: [
25
25
// Targets are the basic building blocks of a package, defining a module or a test suite.
Original file line number Diff line number Diff line change 1109
1109
repositoryURL = "https://github.com/pubnub/kmp-chat";
1110
1110
requirement = {
1111
1111
kind = exactVersion;
1112
- version = "0.14 .1-swift";
1112
+ version = "0.15 .1-swift";
1113
1113
};
1114
1114
};
1115
1115
3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
1116
1116
isa = XCRemoteSwiftPackageReference;
1117
1117
repositoryURL = "https://github.com/pubnub/swift";
1118
1118
requirement = {
1119
1119
kind = exactVersion;
1120
- version = 9.3.0 ;
1120
+ version = 9.3.1 ;
1121
1121
};
1122
1122
};
1123
1123
/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments