Skip to content

Commit

Permalink
fix: Update to latest dependencies (#125)
Browse files Browse the repository at this point in the history
* fix: Update to latest dependencies

* Update to latest swift-collections
  • Loading branch information
cbaker6 committed Jul 14, 2024
1 parent 15db8cf commit 3f271b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions OCKSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1237,23 +1237,23 @@
repositoryURL = "https://github.com/netreconlab/CareKitEssentials";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = "1.0.0-alpha.12";
minimumVersion = "1.0.0-alpha.16";
};
};
70202EBF2807333900CF73FB /* XCRemoteSwiftPackageReference "CareKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/cbaker6/CareKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = "3.0.0-beta.12";
minimumVersion = "3.0.0-beta.14";
};
};
918FDEAD271B3F8F0045A0EF /* XCRemoteSwiftPackageReference "ParseCareKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/netreconlab/ParseCareKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = "1.0.0-beta.3";
minimumVersion = "1.0.0-beta.5";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/cbaker6/CareKit.git",
"state" : {
"revision" : "671cfa7bc608f5ed985aebef5ebd2b135b7e5a3c",
"version" : "3.0.0-beta.12"
"revision" : "8f84560883c93e57eb92392c49c408d9a7ebf747",
"version" : "3.0.0-beta.14"
}
},
{
"identity" : "carekitessentials",
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/CareKitEssentials",
"state" : {
"revision" : "01f82f2797afbb53b15f92f92815532eb971b8f2",
"version" : "1.0.0-alpha.12"
"revision" : "094cf72f0b917b5558de17a14bd0a13c8c853bb4",
"version" : "1.0.0-alpha.16"
}
},
{
Expand All @@ -33,35 +33,35 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/Parse-Swift.git",
"state" : {
"revision" : "9b7a9602f8a90538639f5e55116c35b4dbeb10dc",
"version" : "5.9.3"
"revision" : "f13ad6b7ecee396e6fecb2685d3e171823ff6c3d",
"version" : "5.10.3"
}
},
{
"identity" : "parsecarekit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/netreconlab/ParseCareKit.git",
"state" : {
"revision" : "1b4bb74e48b49851803d861a53cfb9790d5757d5",
"version" : "1.0.0-beta.3"
"revision" : "7c505dbf6d6b7d2422a3e01fec9af179b106c6a0",
"version" : "1.0.0-beta.5"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"revision" : "da4e36f86544cdf733a40d59b3a2267e3a7bbf36",
"version" : "1.0.0"
"revision" : "6ae9a051f76b81cc668305ceed5b0e0a7fd93d20",
"version" : "1.0.1"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
"version" : "1.1.2"
}
}
],
Expand Down

0 comments on commit 3f271b1

Please sign in to comment.