Skip to content

Commit

Permalink
Fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jan 28, 2025
1 parent f5861bc commit de7d781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/pubnub/kmp-chat", exact: "0.10.1-dev"),
.package(url: "https://github.com/pubnub/swift", exact: "8.2.4")
.package(url: "https://github.com/pubnub/kmp-chat", exact: "0.11.0-dev"),
.package(url: "https://github.com/pubnub/swift", exact: "8.3.0")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit de7d781

Please sign in to comment.