Skip to content

Commit f4f18c6

Browse files
authored
Update depedencies (#6)
1 parent 6749523 commit f4f18c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.65.2")),
1515
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.1")),
1616
.package(url: "https://github.com/parse-community/Parse-Swift.git",
17-
.upToNextMajor(from: "4.14.0")),
17+
.upToNextMajor(from: "4.14.1")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)