Skip to content

Commit

Permalink
Update to latest ParseSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed May 1, 2023
1 parent 2d85120 commit 7d16328
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/cbaker6/CareKit.git",
"state" : {
"revision" : "47482b74d48745a4fca89d80a10b08769bedfd58",
"version" : "3.0.0-alpha.5"
"revision" : "698176a292e3077f7a30496c42f9e8392328930e",
"version" : "3.0.0-alpha.22"
}
},
{
"identity" : "fhirmodels",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/FHIRModels.git",
"state" : {
"revision" : "861afd5816a98d38f86220eab2f812d76cad84a0",
"version" : "0.5.0"
"revision" : "e115442fb3c5d44ffb1dc9b4e039b77fd143ad96",
"version" : "0.4.0"
}
},
{
"identity" : "parse-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/Parse-Swift.git",
"state" : {
"revision" : "088e42071dcebae970e5d94e3d7d0f34cf300f02",
"version" : "5.4.1"
"revision" : "a746db0bf4e9a2b3b33bc0a7f9dbcaf79feb0c8b",
"version" : "5.4.2"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"revision" : "aed5422380244498344a036b8d94e27f370d9a22",
"version" : "0.0.4"
"revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a",
"version" : "0.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.package(url: "https://github.com/cbaker6/CareKit.git",
.upToNextMajor(from: "3.0.0-alpha.21")),
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
.upToNextMajor(from: "5.4.1"))
.upToNextMajor(from: "5.4.2"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion ParseCareKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@
repositoryURL = "https://github.com/netreconlab/Parse-Swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.4.1;
minimumVersion = 5.4.2;
};
};
70DF63DA29719D6E002FA5C5 /* XCRemoteSwiftPackageReference "CareKit" */ = {
Expand Down

0 comments on commit 7d16328

Please sign in to comment.