Update Swift Protobuf to 1.9
This commit is contained in:
parent
02b4ab0f8f
commit
e1a06a47b9
|
@ -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"])
|
||||
|
|
|
@ -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"])
|
||||
|
|
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue