diff --git a/IntegrationTests/PluginTests/Resources/Package.swift b/IntegrationTests/PluginTests/Resources/Package.swift index 18807b3..e05ae1b 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", - branch: "main" + exact: "2.0.0-rc.1" ) ], targets: [ diff --git a/Package.swift b/Package.swift index b87e8a4..ca66a13 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", - branch: "main" + exact: "2.0.0-rc.1" ), .package( url: "https://github.com/apple/swift-protobuf.git",