Skip to content

Commit a3c7e28

Browse files
authored
fix: Update to ParseSwift 5.3.3 (#20)
1 parent 96e9685 commit a3c7e28

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
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.74.1")),
1818
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
19-
.upToNextMajor(from: "5.3.0")),
19+
.upToNextMajor(from: "5.3.3")),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)