|
|
@@ -17,7 +17,7 @@ import PackageDescription
|
|
|
let package = Package (
|
|
|
name: "Datastore",
|
|
|
dependencies: [
|
|
|
- .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,3,0)),
|
|
|
+ .Package(url: "https://github.com/grpc/grpc-swift.git", Version(0,3,2)),
|
|
|
.Package(url: "https://github.com/apple/swift-protobuf.git", Version(1,0,2)),
|
|
|
.Package(url: "https://github.com/google/auth-library-swift.git", Version(0,3,4)),
|
|
|
.Package(url: "https://github.com/kylef/Commander.git", Version(0,8,0)),
|