From 4d66fb9f6fe4daf78a015c1d0777f8e74fdb0156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:46:17 +0000 Subject: [PATCH] chore(deps): update dependency firebase/firebase-ios-sdk to v11 --- Modules/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index f892f84..a16480e 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.3"), - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.25.0"), + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.8.1"), // MARK: Plugins .package(url: "https://github.com/SwiftGen/SwiftGenPlugin", from: "6.6.2"),