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.15.1 -swift " ) ,
22
- . package ( url: " https://github.com/pubnub/swift " , exact: " 9.3.1 " )
21
+ . package ( url: " https://github.com/pubnub/kmp-chat " , exact: " 0.15.2 -swift " ) ,
22
+ . package ( url: " https://github.com/pubnub/swift " , exact: " 9.3.2 " )
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 1133
1133
repositoryURL = "https://github.com/pubnub/kmp-chat";
1134
1134
requirement = {
1135
1135
kind = exactVersion;
1136
- version = "0.15.1 -swift";
1136
+ version = "0.15.2 -swift";
1137
1137
};
1138
1138
};
1139
1139
3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
1140
1140
isa = XCRemoteSwiftPackageReference;
1141
1141
repositoryURL = "https://github.com/pubnub/swift";
1142
1142
requirement = {
1143
1143
kind = exactVersion;
1144
- version = 9.3.1 ;
1144
+ version = 9.3.2 ;
1145
1145
};
1146
1146
};
1147
1147
/* End XCRemoteSwiftPackageReference section */
You can’t perform that action at this time.
0 commit comments