Skip to content

Commit 7d16328

Browse files
committed
Update to latest ParseSwift
1 parent 2d85120 commit 7d16328

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/cbaker6/CareKit.git",
77
"state" : {
8-
"revision" : "47482b74d48745a4fca89d80a10b08769bedfd58",
9-
"version" : "3.0.0-alpha.5"
8+
"revision" : "698176a292e3077f7a30496c42f9e8392328930e",
9+
"version" : "3.0.0-alpha.22"
1010
}
1111
},
1212
{
1313
"identity" : "fhirmodels",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/apple/FHIRModels.git",
1616
"state" : {
17-
"revision" : "861afd5816a98d38f86220eab2f812d76cad84a0",
18-
"version" : "0.5.0"
17+
"revision" : "e115442fb3c5d44ffb1dc9b4e039b77fd143ad96",
18+
"version" : "0.4.0"
1919
}
2020
},
2121
{
2222
"identity" : "parse-swift",
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/netreconlab/Parse-Swift.git",
2525
"state" : {
26-
"revision" : "088e42071dcebae970e5d94e3d7d0f34cf300f02",
27-
"version" : "5.4.1"
26+
"revision" : "a746db0bf4e9a2b3b33bc0a7f9dbcaf79feb0c8b",
27+
"version" : "5.4.2"
2828
}
2929
},
3030
{
3131
"identity" : "swift-async-algorithms",
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/apple/swift-async-algorithms",
3434
"state" : {
35-
"revision" : "aed5422380244498344a036b8d94e27f370d9a22",
36-
"version" : "0.0.4"
35+
"revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a",
36+
"version" : "0.1.0"
3737
}
3838
},
3939
{

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/cbaker6/CareKit.git",
1515
.upToNextMajor(from: "3.0.0-alpha.21")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
17-
.upToNextMajor(from: "5.4.1"))
17+
.upToNextMajor(from: "5.4.2"))
1818
],
1919
targets: [
2020
.target(

ParseCareKit.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
12171217
requirement = {
12181218
kind = upToNextMajorVersion;
1219-
minimumVersion = 5.4.1;
1219+
minimumVersion = 5.4.2;
12201220
};
12211221
};
12221222
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = {

0 commit comments

Comments
 (0)