Bump version for latest swift version (#6121)

This commit is contained in:
mustiikhalil
2020-09-17 22:28:42 +03:00
committed by GitHub
parent 94873e595c
commit e1be8aaadd
3 changed files with 5 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(path: "../../swift/"),
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.18")
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.19")
],
targets: [
.target(name: "SwiftFlatBuffers"),