diff --git a/Modules/Package.swift b/Modules/Package.swift index 10a7c52..e3c5bfd 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.0.5"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.2"), - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.19.0"), + .package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.19.1"), // MARK: Plugins .package(url: "https://github.com/SwiftGen/SwiftGenPlugin", from: "6.6.2"),