Skip to content

Commit

Permalink
Merge pull request #120 from kustomer/raymond.jones/fix-package
Browse files Browse the repository at this point in the history
[Release] Prepare for 5.0.2 Release, Fix Package.swift
  • Loading branch information
rajiv-kustomer authored Oct 2, 2024
2 parents 1da77c8 + 49ac09e commit 38b6fef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@
"revision": "7cbd73f46a7dfaeca079e18df7324c6de6d1834a",
"version": "5.2.3"
}
},
{
"package": "NotificationView",
"repositoryURL": "https://github.com/pikachu987/NotificationView",
"state": {
"branch": null,
"revision": "b435c31bb7d88da209c9e8420bfe568876d0fbf0",
"version": "0.2.5"
}
},
{
"package": "Nantes",
"repositoryURL": "https://github.com/instacart/Nantes",
"state": {
"branch": null,
"revision": "a82b861bc7863b22c798601e28ff2e8ec86ce4ee",
"version": "0.1.2"
}
}
]
},
Expand Down
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"),
.package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", from: "0.2.5"),
.package(name: "Nantes", url: "https://github.com/instacart/Nantes", from: "0.1.2")
Expand Down

0 comments on commit 38b6fef

Please sign in to comment.