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 147f796 commit a0e4947Copy full SHA for a0e4947
Example/Package/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
],
13
dependencies: [
14
.package(path: "../../"),
15
- .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "9.6.0"),
+ .package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.7.0"),
16
17
targets: [
18
.target(
0 commit comments