Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Sep 26, 2024
1 parent 3d3f4af commit 02b26dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(name: "PubNub", url: "https://github.com/pubnub/swift.git", from: "6.3.0"),
.package(name: "Down", url: "https://github.com/kustomer/Down", from: "0.11.0"),
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.7.1")
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.7.1"),
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.3")
],
targets: [
Expand Down

0 comments on commit 02b26dd

Please sign in to comment.