Skip to content

Commit 05a3c1d

Browse files
committed
Update dependencies
1 parent 9e802fa commit 05a3c1d

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.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")
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
@@ -1109,15 +1109,15 @@
11091109
repositoryURL = "https://github.com/pubnub/kmp-chat";
11101110
requirement = {
11111111
kind = exactVersion;
1112-
version = "0.14.1-swift";
1112+
version = "0.15.1-swift";
11131113
};
11141114
};
11151115
3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
11161116
isa = XCRemoteSwiftPackageReference;
11171117
repositoryURL = "https://github.com/pubnub/swift";
11181118
requirement = {
11191119
kind = exactVersion;
1120-
version = 9.3.0;
1120+
version = 9.3.1;
11211121
};
11221122
};
11231123
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)