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

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"repositoryURL": "https://github.com/parse-community/Parse-Swift.git",
6161
"state": {
6262
"branch": null,
63-
"revision": "085f5ad30d26c43251d82a3d0f412bfb9be3b473",
64-
"version": "4.14.0"
63+
"revision": "40a7b42b20c22253d53b09dc49c37fbb7973fdfe",
64+
"version": "4.14.1"
6565
}
6666
},
6767
{

Package.swift

+1-1
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)