Skip to content

Commit 23f1319

Browse files
committed
Package.swift
1 parent 22fedfb commit 23f1319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.12.1-swift"),
22-
.package(url: "https://github.com/pubnub/swift", exact: "9.0.1")
21+
.package(url: "https://github.com/pubnub/kmp-chat", exact: "0.13.1-swift"),
22+
.package(url: "https://github.com/pubnub/swift", exact: "9.1.0")
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)