1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-07-14 19:00:26 +03:00

Update deps

This commit is contained in:
Tae Won Ha 2024-06-21 18:17:34 +02:00
parent bfab09e3b7
commit 8118e9c311
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 7 additions and 5 deletions

View File

@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
}
},
{

View File

@ -1393,7 +1393,7 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = exactVersion;
version = 2.6.2;
version = 2.6.3;
};
};
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {
@ -1401,7 +1401,7 @@
repositoryURL = "https://github.com/apple/swift-collections.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.1.0;
minimumVersion = 1.1.1;
};
};
4BD5655124E8014100D52809 /* XCRemoteSwiftPackageReference "swifter" */ = {

View File

@ -1,6 +1,8 @@
# Next
* ...
* Dependencies updates:
- sparkle-project/Sparkle@2.7.3
- apple/swift-collections@1.1.1
# v0.47.3-20240616.090032