Skip to content

Commit 8d887ec

Browse files
authored
refactor: Update dependencies (#35)
* refactor: Update dependencies * revert test * move file back to original location
1 parent 1edc640 commit 8d887ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.2")),
19+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.77.0")),
2020
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
2121
.upToNextMajor(from: "5.7.0"))
2222
],

0 commit comments

Comments
 (0)