Skip to content

Commit 37785ce

Browse files
committed
Update min version of grpc-swift to fix static Linux SDK build
1 parent c1e4042 commit 37785ce

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
@@ -43,7 +43,7 @@ let products: [Product] = [
4343
let dependencies: [Package.Dependency] = [
4444
.package(
4545
url: "https://github.com/grpc/grpc-swift.git",
46-
from: "2.0.0"
46+
from: "2.1.1"
4747
),
4848
.package(
4949
url: "https://github.com/grpc/grpc-swift-protobuf.git",

0 commit comments

Comments
 (0)