Skip to content

Commit 4bb3bea

Browse files
authored
Bump dependency versions (#38)
1 parent 44b2b6f commit 4bb3bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IntegrationTests/PluginTests/Resources/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131

3232
.package(
3333
url: "https://github.com/grpc/grpc-swift.git",
34-
branch: "main"
34+
exact: "2.0.0-rc.1"
3535
)
3636
],
3737
targets: [

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let products: [Product] = [
3535
let dependencies: [Package.Dependency] = [
3636
.package(
3737
url: "https://github.com/grpc/grpc-swift.git",
38-
branch: "main"
38+
exact: "2.0.0-rc.1"
3939
),
4040
.package(
4141
url: "https://github.com/apple/swift-protobuf.git",

0 commit comments

Comments
 (0)