Skip to content

Commit

Permalink
chore(deps): update dependency firebase/firebase-ios-sdk to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6fd9b73 commit 9fff6a7
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 @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "firebase_example",
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.29.0")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "11.1.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
]
Expand Down

0 comments on commit 9fff6a7

Please sign in to comment.