We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd9b73 commit 9fff6a7Copy full SHA for 9fff6a7
examples/firebase_example/Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "firebase_example",
7
dependencies: [
8
- .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")),
9
// Used by crashlytics example
10
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
11
]
0 commit comments