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