Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Nov 4, 2023
1 parent 94ad5f1 commit e73ceaf
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Commons/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "Commons", targets: ["Commons", "CommonsObjC"]),
],
dependencies: [
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "Commons", dependencies: []),
Expand Down
2 changes: 1 addition & 1 deletion Ignore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/qvacua/misc.swift", exact: "0.2.0"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "Ignore", dependencies: [.product(name: "WildmatchC", package: "misc.swift")]),
Expand Down
4 changes: 2 additions & 2 deletions NvimView/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
dependencies: [
.package(name: "RxPack", path: "../RxPack"),
.package(url: "https://github.com/a2/MessagePack.swift", from: "4.0.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
.package(name: "NvimServer", path: "../NvimServer"),
.package(name: "Commons", path: "../Commons"),
.package(name: "Tabs", path: "../Tabs"),
Expand Down
4 changes: 2 additions & 2 deletions RxPack/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ let package = Package(
.library(name: "RxNeovim", targets: ["RxNeovim"]),
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"),
.package(url: "https://github.com/a2/MessagePack.swift", .upToNextMinor(from: "4.0.0")),
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "2.0.2"),
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
.package(url: "https://github.com/Quick/Nimble", from: "13.0.0"),
],
targets: [
.target(name: "RxPack", dependencies: [
Expand Down
4 changes: 2 additions & 2 deletions RxPack/Support/RxPackSupport.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -374,7 +374,7 @@
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.5.0;
minimumVersion = 6.6.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
16 changes: 8 additions & 8 deletions VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "b7f6c49acdb247e3158198c5448b38c3cc595533",
"version" : "11.2.1"
"revision" : "d616f15123bfb36db1b1075153f73cf40605b39d",
"version" : "13.0.0"
}
},
{
Expand All @@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift",
"state" : {
"revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version" : "6.5.0"
"revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4",
"version" : "6.6.0"
}
},
{
Expand All @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "9d85a02fe7916caa7531847452c4933d331503a5",
"version" : "2.3.1"
"revision" : "f0ceaf5cc9f3f23daa0ccb6dcebd79fc96ccc7d9",
"version" : "2.5.0"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
"revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307",
"version" : "1.0.5"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions VimR/VimR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = exactVersion;
version = 6.5.0;
version = 6.6.0;
};
};
4B9BC42824EB2E6D000209B5 /* XCRemoteSwiftPackageReference "ShortcutRecorder" */ = {
Expand Down Expand Up @@ -1378,15 +1378,15 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = exactVersion;
version = 2.3.1;
version = 2.5.0;
};
};
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-collections.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.3;
minimumVersion = 1.0.5;
};
};
4BD5655124E8014100D52809 /* XCRemoteSwiftPackageReference "swifter" */ = {
Expand Down Expand Up @@ -1418,7 +1418,7 @@
repositoryURL = "https://github.com/Quick/Nimble";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 11.2.1;
minimumVersion = 13.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
5 changes: 5 additions & 0 deletions resources/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* Fix VimRSetCharacterspacing: GH-1014
* Add basic file handling to the filebrowser: GH-1005
* Provide neovim original commandline interface: GH-1003
* Dependencies updates:
- ReactiveX/RxSwift@6.6.0
- sparkle-project/Sparkle@2.5.0
- apple/swift-collections@1.0.5
- Quick/Nimble@13.0.0

# 0.44.0-20230103.174333

Expand Down

0 comments on commit e73ceaf

Please sign in to comment.