diff --git a/Package.resolved b/Package.resolved index 57d0bbb..b989bfa 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,34 +1,33 @@ { - "object": { - "pins": [ - { - "package": "CleevioCore", - "repositoryURL": "https://github.com/cleevio/CleevioCore.git", - "state": { - "branch": null, - "revision": "593b5d1011ad0aa6963ea2d8bf2ddc5e59caa917", - "version": "2.1.7" - } - }, - { - "package": "FloatingPanel", - "repositoryURL": "https://github.com/scenee/FloatingPanel", - "state": { - "branch": null, - "revision": "2a29cb5b3ecf4beb67cf524a030dd74a11b956c4", - "version": "2.6.1" - } - }, - { - "package": "swift-collections", - "repositoryURL": "https://github.com/apple/swift-collections", - "state": { - "branch": null, - "revision": "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version": "1.0.4" - } + "originHash" : "6fe24bd31f36709bfd39b52f36a18bc28d5aea7acf39e7f34f9c4c545b46f242", + "pins" : [ + { + "identity" : "cleeviocore", + "kind" : "remoteSourceControl", + "location" : "https://github.com/cleevio/CleevioCore.git", + "state" : { + "revision" : "9735bd620a882f7133f575dda79dc6e5930efe8e", + "version" : "2.2.0" } - ] - }, - "version": 1 + }, + { + "identity" : "floatingpanel", + "kind" : "remoteSourceControl", + "location" : "https://github.com/scenee/FloatingPanel", + "state" : { + "revision" : "d5177203c08e01a7ffe07c8cccf3d19123db89d2", + "version" : "3.0.0" + } + }, + { + "identity" : "swift-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-collections", + "state" : { + "revision" : "c1805596154bb3a265fd91b8ac0c4433b4348fb0", + "version" : "1.2.0" + } + } + ], + "version" : 3 } diff --git a/Package.swift b/Package.swift index bcef3be..7ed71c5 100644 --- a/Package.swift +++ b/Package.swift @@ -18,9 +18,9 @@ let package = Package( .library(name: "FlowPilotLegacyCombineCoordinators", targets: ["FlowPilotLegacyCombineCoordinators"]) ], dependencies: [ - .package(url: "https://github.com/cleevio/CleevioCore.git", .upToNextMajor(from: Version(2,0,0))), - .package(url: "https://github.com/scenee/FloatingPanel", .upToNextMajor(from: Version(2,6,1))), - .package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: Version(1,0,0))) + .package(url: "https://github.com/cleevio/CleevioCore.git", .upToNextMajor(from: "2.0.0")), + .package(url: "https://github.com/scenee/FloatingPanel", "2.6.0"..<"3.1.0"), + .package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "1.0.0")) ], targets: [ .target( diff --git a/Package@swift-5.5.swift b/Package@swift-5.5.swift index f81e6df..1e0a34d 100644 --- a/Package@swift-5.5.swift +++ b/Package@swift-5.5.swift @@ -25,9 +25,9 @@ let package = Package( .library(name: "FlowPilotLegacyCombineCoordinators", targets: ["FlowPilotLegacyCombineCoordinators"]) ], dependencies: [ - .package(url: "https://github.com/cleevio/CleevioCore.git", .upToNextMajor(from: Version(2,0,0))), - .package(url: "https://github.com/scenee/FloatingPanel", .upToNextMajor(from: Version(2,6,1))), - .package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: Version(1,0,0))) + .package(url: "https://github.com/cleevio/CleevioCore.git", .upToNextMajor(from: "2.0.0")), + .package(url: "https://github.com/scenee/FloatingPanel", "2.6.0"..<"3.1.0"), + .package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "1.0.0")) ], targets: [ .target(