Skip to content

Commit c5a5625

Browse files
committed
Update deps
1 parent e1b08d9 commit c5a5625

File tree

10 files changed

+20
-166
lines changed

10 files changed

+20
-166
lines changed

Diff for: Commons/Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import PackageDescription
44

55
let package = Package(
66
name: "Commons",
7-
platforms: [.macOS(.v10_13)],
7+
platforms: [.macOS(.v10_15)],
88
products: [
99
.library(name: "Commons", targets: ["Commons", "CommonsObjC"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
12+
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
1313
],
1414
targets: [
1515
.target(name: "Commons", dependencies: []),

Diff for: Ignore/Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import PackageDescription
44

55
let package = Package(
66
name: "Ignore",
7-
platforms: [.macOS(.v10_13)],
7+
platforms: [.macOS(.v10_15)],
88
products: [
99
.library(name: "Ignore", targets: ["Ignore"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/qvacua/misc.swift", exact: "0.0.1"),
13-
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
12+
.package(url: "https://github.com/qvacua/misc.swift", exact: "0.2.0"),
13+
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
1414
],
1515
targets: [
1616
.target(name: "Ignore", dependencies: [.product(name: "WildmatchC", package: "misc.swift")]),

Diff for: NvimServer

Diff for: NvimView/Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ let package = Package(
99
.library(name: "NvimView", targets: ["NvimView"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/qvacua/RxPack.swift", from: "0.1.0"),
12+
.package(url: "https://github.com/qvacua/RxPack.swift", from: "0.2.0"),
1313
.package(url: "https://github.com/a2/MessagePack.swift", from: "4.0.0"),
1414
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"),
15-
.package(url: "https://github.com/Quick/Nimble", from: "10.0.0"),
15+
.package(url: "https://github.com/Quick/Nimble", from: "11.1.0"),
1616
.package(name: "NvimServer", path: "../NvimServer"),
1717
.package(name: "Commons", path: "../Commons"),
1818
.package(name: "Tabs", path: "../Tabs"),

Diff for: Tabs/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "Tabs",
7-
platforms: [.macOS(.v10_13)],
7+
platforms: [.macOS(.v10_15)],
88
products: [
99
.library(name: "Tabs", targets: ["Tabs"]),
1010
],

Diff for: VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved

+6-6
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@
7777
"kind" : "remoteSourceControl",
7878
"location" : "https://github.com/qvacua/misc.swift",
7979
"state" : {
80-
"revision" : "e963af99e5eddc14b0f28c5c87a1f582c88bf128",
81-
"version" : "0.0.1"
80+
"revision" : "7edc70087f16fdc411d24b0fe726e55f9d65d982",
81+
"version" : "0.2.0"
8282
}
8383
},
8484
{
8585
"identity" : "nimble",
8686
"kind" : "remoteSourceControl",
8787
"location" : "https://github.com/Quick/Nimble",
8888
"state" : {
89-
"revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc",
90-
"version" : "10.0.0"
89+
"revision" : "96f0ee4751318a5b3c36f347522cfacfd5aa1473",
90+
"version" : "11.1.0"
9191
}
9292
},
9393
{
@@ -104,8 +104,8 @@
104104
"kind" : "remoteSourceControl",
105105
"location" : "https://github.com/qvacua/RxPack.swift",
106106
"state" : {
107-
"revision" : "c47c1a1bf33f6f8380bc74fb788d9b5554c09f93",
108-
"version" : "0.1.0"
107+
"revision" : "c6ac590f28d16f1f4e37e737b226fd4229f24a98",
108+
"version" : "0.2.0"
109109
}
110110
},
111111
{

Diff for: VimR/VimR.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
repositoryURL = "https://github.com/qvacua/misc.swift";
13641364
requirement = {
13651365
kind = exactVersion;
1366-
version = 0.0.1;
1366+
version = 0.2.0;
13671367
};
13681368
};
13691369
4BA284B0256471ED00CFDF7F /* XCRemoteSwiftPackageReference "Sparkle" */ = {
@@ -1387,7 +1387,7 @@
13871387
repositoryURL = "https://github.com/qvacua/RxPack.swift";
13881388
requirement = {
13891389
kind = exactVersion;
1390-
version = 0.1.0;
1390+
version = 0.2.0;
13911391
};
13921392
};
13931393
4BD5655124E8014100D52809 /* XCRemoteSwiftPackageReference "swifter" */ = {
@@ -1426,8 +1426,8 @@
14261426
isa = XCRemoteSwiftPackageReference;
14271427
repositoryURL = "https://github.com/Quick/Nimble";
14281428
requirement = {
1429-
kind = upToNextMinorVersion;
1430-
minimumVersion = 10.0.0;
1429+
kind = upToNextMajorVersion;
1430+
minimumVersion = 11.1.0;
14311431
};
14321432
};
14331433
/* End XCRemoteSwiftPackageReference section */

Diff for: VimR/VimR.xcodeproj/xcshareddata/xcschemes/VimR.xcscheme

-78
This file was deleted.

Diff for: VimR/VimR.xcodeproj/xcshareddata/xcschemes/VimRTests.xcscheme

-68
This file was deleted.

Diff for: Workspace/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "Workspace",
7-
platforms: [.macOS(.v10_13)],
7+
platforms: [.macOS(.v10_15)],
88
products: [
99
.library(name: "Workspace", targets: ["Workspace"]),
1010
],

0 commit comments

Comments
 (0)