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 0c41ffe commit 67c8766Copy full SHA for 67c8766
Package.swift
@@ -39,11 +39,11 @@ let products: [Product] = [
39
let dependencies: [Package.Dependency] = [
40
.package(
41
url: "https://github.com/grpc/grpc-swift.git",
42
- exact: "2.0.0-beta.1"
+ exact: "2.0.0-beta.2"
43
),
44
45
url: "https://github.com/grpc/grpc-swift-protobuf.git",
46
- exact: "1.0.0-beta.1"
+ exact: "1.0.0-beta.2"
47
48
49
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments