Skip to content

Commit

Permalink
Merge pull request #118 from kustomer/raymond.jones/release/5.0.1-again
Browse files Browse the repository at this point in the history
Fix missing comma
  • Loading branch information
raymondjoneskustomer authored Sep 26, 2024
2 parents 3d3f4af + 02b26dd commit d415f37
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 d415f37

Please sign in to comment.