Use newer dependency

This commit is contained in:
Christoph Hagen 2022-06-06 11:54:47 +02:00
parent 982e6f9ac3
commit d5fb765ac9

View File

@ -14,7 +14,7 @@ let package = Package(
targets: ["PushAPI"]), targets: ["PushAPI"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/kylebrowning/APNSwift.git", from: "3.0.0"), .package(url: "https://github.com/swift-server-community/APNSwift.git", from: "4.0.0"),
], ],
targets: [ targets: [
.target( .target(