mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-22 09:33:15 +03:00
Update MessagePack
This commit is contained in:
parent
200b2801cc
commit
80dae7d7a7
@ -10,7 +10,7 @@ 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/qvacua/MessagePack.swift", from: "4.1.0"),
|
||||
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.7.1"),
|
||||
.package(url: "https://github.com/Quick/Nimble", from: "13.4.0"),
|
||||
.package(name: "Commons", path: "../Commons"),
|
||||
|
@ -11,7 +11,7 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.7.1"),
|
||||
.package(url: "https://github.com/a2/MessagePack.swift", .upToNextMinor(from: "4.0.0")),
|
||||
.package(url: "https://github.com/qvacua/MessagePack.swift", .upToNextMinor(from: "4.1.0")),
|
||||
.package(url: "https://github.com/Quick/Nimble", from: "13.4.0"),
|
||||
],
|
||||
targets: [
|
||||
|
@ -1350,10 +1350,10 @@
|
||||
};
|
||||
4B9BC41C24EB2E22000209B5 /* XCRemoteSwiftPackageReference "MessagePack" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/a2/MessagePack.swift";
|
||||
repositoryURL = "https://github.com/qvacua/MessagePack.swift";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 4.0.0;
|
||||
version = 4.1.0;
|
||||
};
|
||||
};
|
||||
4B9BC41F24EB2E45000209B5 /* XCRemoteSwiftPackageReference "RxSwift" */ = {
|
||||
|
Loading…
Reference in New Issue
Block a user