We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fedfb commit 23f1319Copy full SHA for 23f1319
Package.swift
@@ -18,8 +18,8 @@ let package = Package(
18
)
19
],
20
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")
+ .package(url: "https://github.com/pubnub/kmp-chat", exact: "0.13.1-swift"),
+ .package(url: "https://github.com/pubnub/swift", exact: "9.1.0")
23
24
targets: [
25
// Targets are the basic building blocks of a package, defining a module or a test suite.
0 commit comments