Skip to content

Commit 54aa011

Browse files
committed
fix: Update to latest packages
1 parent 0e5b1fa commit 54aa011

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Package.resolved

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.83.2")),
19+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.84.6")),
2020
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
21-
.upToNextMajor(from: "5.8.1"))
21+
.upToNextMajor(from: "5.8.2"))
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)