We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c7150 commit b39c154Copy full SHA for b39c154
Package.swift
@@ -177,14 +177,14 @@ let package = Package(
177
url: "https://github.com/google/abseil-cpp-binary.git",
178
// TOOO(ncooke3): Update with version range.
179
// BEFORE: "0.20220203.1" ..< "0.20220204.0"
180
- .exact("10.8.0-rc.0")
+ .exact("10.8.0-rc.1")
181
),
182
.package(
183
name: "gRPC",
184
url: "https://github.com/google/grpc-binary.git",
185
// TODO(ncooke3): Update with version range.
186
// BEFORE: "1.44.0-grpc" ..< "1.45.0-grpc"
187
188
189
190
name: "OCMock",
0 commit comments