Skip to content

Commit 0742df6

Browse files
committed
relax depending range
1 parent b3c17d5 commit 0742df6

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
@@ -17,7 +17,7 @@ let package = Package(
1717
),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "11.10.0"),
20+
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", "11.0.0"..<"13.0.0"),
2121
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.6.4"),
2222
.package(url: "https://github.com/pointfreeco/swift-sharing", from: "2.3.0"),
2323
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.1")

0 commit comments

Comments
 (0)