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 d356110 commit bdbc832Copy full SHA for bdbc832
IntegrationTests/PluginTests/Resources/Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
32
.package(
33
url: "https://github.com/grpc/grpc-swift.git",
34
- exact: "2.0.0-rc.1"
+ from: "2.0.0"
35
)
36
],
37
targets: [
Package.swift
@@ -35,7 +35,7 @@ let products: [Product] = [
let dependencies: [Package.Dependency] = [
38
39
),
40
41
url: "https://github.com/apple/swift-protobuf.git",
0 commit comments