Update Swift Protobuf to 1.9

This commit is contained in:
Florian Kostenzer 2020-05-23 11:27:31 +02:00
parent 02b4ab0f8f
commit e1a06a47b9
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ let package = Package(
.library(name: "POGOProtos", targets: ["POGOProtos"])
],
dependencies: [
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", from: "1.1.0")
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", from: "1.9.0")
],
targets: [
.target(name: "POGOProtos", dependencies: ["SwiftProtobuf"])

View File

@ -8,7 +8,7 @@ let package = Package(
.library(name: "POGOProtos", targets: ["POGOProtos"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.1.0")
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.9.0")
],
targets: [
.target(name: "POGOProtos", dependencies: ["SwiftProtobuf"])

View File

@ -8,7 +8,7 @@ let package = Package(
.library(name: "POGOProtos", targets: ["POGOProtos"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.1.0")
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.9.0")
],
targets: [
.target(name: "POGOProtos", dependencies: ["SwiftProtobuf"])