Skip to content

Commit

Permalink
chore(deps): update dependency ashleymills/reachability.swift to from…
Browse files Browse the repository at this point in the history
…: "5.2.4"
  • Loading branch information
1 parent 90d090c commit 765b538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/firebase_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.3.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.4")),
]
)

0 comments on commit 765b538

Please sign in to comment.