Skip to content

Commit 42eae77

Browse files
authored
[Release] Update Firestore's binary deps in Package.swift (#12709)
1 parent 9161a40 commit 42eae77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ func abseilDependency() -> Package.Dependency {
13791379
} else {
13801380
packageInfo = (
13811381
"https://github.com/google/abseil-cpp-binary.git",
1382-
"1.2024011601.0" ..< "1.2024011700.0"
1382+
"1.2024011601.1" ..< "1.2024011700.0"
13831383
)
13841384
}
13851385

@@ -1394,7 +1394,7 @@ func grpcDependency() -> Package.Dependency {
13941394
if ProcessInfo.processInfo.environment["FIREBASE_SOURCE_FIRESTORE"] != nil {
13951395
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.62.3" ..< "1.63.0")
13961396
} else {
1397-
packageInfo = ("https://github.com/google/grpc-binary.git", "1.62.1" ..< "1.63.0")
1397+
packageInfo = ("https://github.com/google/grpc-binary.git", "1.62.2" ..< "1.63.0")
13981398
}
13991399

14001400
return .package(url: packageInfo.url, packageInfo.range)

0 commit comments

Comments
 (0)