Skip to content

Commit f613365

Browse files
authored
fix: Update dependencies (#29)
* fix: Update dependencies * Bump ParseSwift
1 parent a0ab2cf commit f613365

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ let package = Package(
1414
.library(name: "ParseServerSwift", targets: ["ParseServerSwift"])
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.0")),
17+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.76.2")),
1818
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
19-
.upToNextMajor(from: "5.5.1")),
19+
.upToNextMajor(from: "5.6.0")),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)