Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f61b11

Browse files
authoredJun 17, 2025··
Update dependency grpc/grpc-swift-protobuf to v2
1 parent 4fb0935 commit 9f61b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let package = Package(
77
dependencies: [
88
.package(url: "https://github.com/apple/swift-protobuf", from: "1.30.0"),
99
.package(url: "https://github.com/grpc/grpc-swift", from: "2.2.3"),
10-
.package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "1.3.1"),
10+
.package(url: "https://github.com/grpc/grpc-swift-protobuf", from: "2.0.0"),
1111
]
1212
)

0 commit comments

Comments
 (0)
Please sign in to comment.