Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning authored Nov 24, 2022
1 parent 8792630 commit 3c9cfc4
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-beta.1"),
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "5.0.0-beta.2"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
Expand Down

0 comments on commit 3c9cfc4

Please sign in to comment.