Skip to content

Commit

Permalink
fix: Package.swift Firebase Version Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim committed Dec 26, 2024
1 parent dbccd99 commit 4b57473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.6.0"),
.package(url: "https://github.com/SnapKit/SnapKit.git", from: "5.6.0"),
.package(url: "https://github.com/devxoul/Then.git", from: "3.0.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.24.0"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.25.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "5.0.0"),
.package(url: "https://github.com/kakao/kakao-ios-sdk.git", from: "2.22.0"),
.package(url: "https://github.com/kakao/kakao-ios-sdk-rx.git", from: "2.22.0"),
Expand Down

0 comments on commit 4b57473

Please sign in to comment.