Skip to content

Commit

Permalink
update APNSwift depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Jun 16, 2022
1 parent f4295f5 commit c8915e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "APNS", targets: ["APNS"]),
],
dependencies: [
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.3"),
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-alpha.4"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
Expand Down

0 comments on commit c8915e0

Please sign in to comment.