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

Update deps

This commit is contained in:
Tae Won Ha 2022-12-23 21:08:20 +01:00
parent d7b257435e
commit 26c7621593
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 6 additions and 5 deletions

View File

@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "2a98381dfe72e24bf593c5c06d2c4fc1763c3f19",
"version" : "2.3.0"
"revision" : "9d85a02fe7916caa7531847452c4933d331503a5",
"version" : "2.3.1"
}
},
{
@ -131,8 +131,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "f504716c27d2e5d4144fa4794b12129301d17729",
"version" : "1.0.3"
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
}
},
{

View File

@ -1378,7 +1378,7 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = exactVersion;
version = 2.3.0;
version = 2.3.1;
};
};
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {

View File

@ -3,6 +3,7 @@
* Reduce app size (~14MB) by using `strip` on VimR binary.
* Dependencies updates
- Kitura/BlueSocket@2.0.4
- sparkle-project/Sparkle@2.3.1
# 0.43.0-20221115.195322