Skip to content

Commit 7790508

Browse files
Upgrade Firebase dependency to include 12.x (#58)
Expand Firebase Core SDK dependency version range to include 12.x but not 13
1 parent 64625ce commit 7790508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func firebaseDependency() -> Package.Dependency {
7979
return .package(url: firebaseURL, branch: "main")
8080
}
8181

82-
return .package(url: firebaseURL, from: "11.5.0")
82+
return .package(url: firebaseURL, "11.5.0" ..< "13.0.0")
8383
}
8484

8585
func integrationTestPath() -> String? {

0 commit comments

Comments
 (0)