File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ let package = Package(
23
23
. library( name: " SwiftGRPC " , targets: [ " SwiftGRPC " ] ) ,
24
24
] ,
25
25
dependencies: [
26
- . package ( url: " https://github.com/Zewo/ zlib.git " , from: " 0.4 .0" ) ,
26
+ . package ( url: " https://github.com/apple/swift-nio- zlib-support .git " , from: " 1.0 .0" ) ,
27
27
. package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.0.2 " ) ,
28
28
. package ( url: " https://github.com/kylef/Commander.git " , from: " 0.8.0 " )
29
29
] ,
30
30
targets: [
31
31
. target( name: " SwiftGRPC " ,
32
32
dependencies: [ " CgRPC " , " SwiftProtobuf " ] ) ,
33
33
. target( name: " CgRPC " ,
34
- dependencies: [ " BoringSSL " , " zlib " ] ) ,
34
+ dependencies: [ " BoringSSL " ] ) ,
35
35
. target( name: " RootsEncoder " ) ,
36
36
. target( name: " protoc-gen-swiftgrpc " ,
37
37
dependencies: [
You can’t perform that action at this time.
0 commit comments