Skip to content

Commit

Permalink
chore(deps): update dependency firebase/firebase-ios-sdk to from: "11…
Browse files Browse the repository at this point in the history
….6.0"
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 10d9ff1 commit c99a9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/Dependencies/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var package = Package(
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/facebook/facebook-ios-sdk", from: "17.4.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.2"),
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.3"),
],
Expand Down
2 changes: 1 addition & 1 deletion Packages/Utility/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var package = Package(
],
dependencies: [
.package(url: "https://github.com/apollographql/apollo-ios", from: "1.15.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.4.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.6.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.17.0"),
],
targets: [
Expand Down

0 comments on commit c99a9b1

Please sign in to comment.