diff --git a/IntegrationTests/PluginTests/Resources/Package.swift b/IntegrationTests/PluginTests/Resources/Package.swift index e05ae1b..9c13aaa 100644 --- a/IntegrationTests/PluginTests/Resources/Package.swift +++ b/IntegrationTests/PluginTests/Resources/Package.swift @@ -31,7 +31,7 @@ let package = Package( .package( url: "https://github.com/grpc/grpc-swift.git", - exact: "2.0.0-rc.1" + from: "2.0.0" ) ], targets: [ diff --git a/Package.swift b/Package.swift index ca66a13..86a175b 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let products: [Product] = [ let dependencies: [Package.Dependency] = [ .package( url: "https://github.com/grpc/grpc-swift.git", - exact: "2.0.0-rc.1" + from: "2.0.0" ), .package( url: "https://github.com/apple/swift-protobuf.git",