Skip to content

Commit b24c34f

Browse files
committed
Update core PubNub Swift SDK dependency
1 parent b84cfcd commit b24c34f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
)
1919
],
2020
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")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package, defining a module or a test suite.

PubNubSwiftChatSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,15 +1133,15 @@
11331133
repositoryURL = "https://github.com/pubnub/kmp-chat";
11341134
requirement = {
11351135
kind = exactVersion;
1136-
version = "0.15.1-swift";
1136+
version = "0.15.2-swift";
11371137
};
11381138
};
11391139
3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
11401140
isa = XCRemoteSwiftPackageReference;
11411141
repositoryURL = "https://github.com/pubnub/swift";
11421142
requirement = {
11431143
kind = exactVersion;
1144-
version = 9.3.1;
1144+
version = 9.3.2;
11451145
};
11461146
};
11471147
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)