Skip to content

Commit b39c154

Browse files
committed
Point to G hosted abseil and gRPC
1 parent 92c7150 commit b39c154

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
@@ -177,14 +177,14 @@ let package = Package(
177177
url: "https://github.com/google/abseil-cpp-binary.git",
178178
// TOOO(ncooke3): Update with version range.
179179
// BEFORE: "0.20220203.1" ..< "0.20220204.0"
180-
.exact("10.8.0-rc.0")
180+
.exact("10.8.0-rc.1")
181181
),
182182
.package(
183183
name: "gRPC",
184184
url: "https://github.com/google/grpc-binary.git",
185185
// TODO(ncooke3): Update with version range.
186186
// BEFORE: "1.44.0-grpc" ..< "1.45.0-grpc"
187-
.exact("10.8.0-rc.0")
187+
.exact("10.8.0-rc.1")
188188
),
189189
.package(
190190
name: "OCMock",

0 commit comments

Comments
 (0)