Skip to content

Commit

Permalink
Update package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Dec 9, 2019
1 parent 3fcd6e8 commit e531234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
.library(name: "APNS", targets: ["APNS"]),
],
dependencies: [
.package(url: "https://github.com/kylebrowning/APNSwift.git", .branch("master")),
.package(url: "https://github.com/vapor/vapor.git", .branch("master")),
.package(url: "https://github.com/kylebrowning/APNSwift.git", from: "1.7.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-beta.2"),
],
targets: [
.target(name: "APNS", dependencies: ["APNSwift", "Vapor"]),
Expand Down

0 comments on commit e531234

Please sign in to comment.