File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 60
60
"repositoryURL" : " https://github.com/parse-community/Parse-Swift.git" ,
61
61
"state" : {
62
62
"branch" : null ,
63
- "revision" : " e54a22c392c803d8827dc9a449d534a992e76484 " ,
64
- "version" : " 4.13.1 "
63
+ "revision" : " 085f5ad30d26c43251d82a3d0f412bfb9be3b473 " ,
64
+ "version" : " 4.14.0 "
65
65
}
66
66
},
67
67
{
186
186
"repositoryURL" : " https://github.com/vapor/vapor.git" ,
187
187
"state" : {
188
188
"branch" : null ,
189
- "revision" : " 971becba16d6faf5c4cb869d2e3026e822d09059 " ,
190
- "version" : " 4.65.1 "
189
+ "revision" : " dda0de537e7906414dccd551e77095be1e34e3da " ,
190
+ "version" : " 4.65.2 "
191
191
}
192
192
},
193
193
{
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ let package = Package(
11
11
] ,
12
12
dependencies: [
13
13
// 💧 A server-side Swift web framework.
14
- . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.65.1 " ) ) ,
14
+ . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.65.2 " ) ) ,
15
15
. package ( url: " https://github.com/vapor/leaf.git " , . upToNextMajor( from: " 4.2.1 " ) ) ,
16
16
. package ( url: " https://github.com/parse-community/Parse-Swift.git " ,
17
- . upToNextMajor( from: " 4.13.1 " ) ) ,
17
+ . upToNextMajor( from: " 4.14.0 " ) ) ,
18
18
] ,
19
19
targets: [
20
20
. target(
You can’t perform that action at this time.
0 commit comments