Skip to content

Commit a2834ea

Browse files
authored
Bump grpc-swift version (#18)
1 parent 97dfdde commit a2834ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

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

0 commit comments

Comments
 (0)