Skip to content

Commit

Permalink
Merge pull request #119 from kustomer/raymond.jones/wip/nantes-correc…
Browse files Browse the repository at this point in the history
…tion

[Fix] Fix Url for Nantes
  • Loading branch information
raymondjoneskustomer authored Oct 1, 2024
2 parents 15fdc69 + 16c4646 commit 1da77c8
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 @@ -18,7 +18,7 @@ let package = Package(
.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/ashleymills/Reachability.swift", from: "0.1.2")
.package(name: "Nantes", url: "https://github.com/instacart/Nantes", from: "0.1.2")
],
targets: [
.binaryTarget(
Expand Down

0 comments on commit 1da77c8

Please sign in to comment.