Skip to content

Commit

Permalink
Merge pull request #25 from fumito-ito/feature/bump-firebase
Browse files Browse the repository at this point in the history
bump firebase to 10
  • Loading branch information
fumito-ito authored Oct 16, 2022
2 parents 0cc8289 + fee5651 commit 6dbff83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/firebase/firebase-ios-sdk.git",
.upToNextMajor(from: "9.0.0")
.upToNextMajor(from: "10.0.0")
),
],
targets: [
Expand Down

This file was deleted.

0 comments on commit 6dbff83

Please sign in to comment.