Skip to content

Commit efd8b66

Browse files
committed
Depend on grpc-swift main during development
1 parent 29bd053 commit efd8b66

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
@@ -39,7 +39,7 @@ let products: [Product] = [
3939
let dependencies: [Package.Dependency] = [
4040
.package(
4141
url: "https://github.com/grpc/grpc-swift.git",
42-
exact: "2.0.0-beta.2"
42+
branch: "main"
4343
),
4444
.package(
4545
url: "https://github.com/grpc/grpc-swift-protobuf.git",

0 commit comments

Comments
 (0)