diff --git a/Package.resolved b/Package.resolved index e30cda4..1869b20 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,20 +3,20 @@ "pins": [ { "package": "AEXML", - "repositoryURL": "https://github.com/tadija/AEXML", + "repositoryURL": "https://github.com/tadija/AEXML.git", "state": { "branch": null, - "revision": "8623e73b193386909566a9ca20203e33a09af142", - "version": "4.5.0" + "revision": "38f7d00b23ecd891e1ee656fa6aeebd6ba04ecc3", + "version": "4.6.1" } }, { "package": "PathKit", - "repositoryURL": "https://github.com/kylef/PathKit", + "repositoryURL": "https://github.com/kylef/PathKit.git", "state": { "branch": null, - "revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511", - "version": "1.0.0" + "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "version": "1.0.1" } }, { @@ -24,8 +24,8 @@ "repositoryURL": "https://github.com/kylef/Spectre.git", "state": { "branch": null, - "revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53", - "version": "0.9.2" + "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "version": "0.10.1" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/apple/swift-argument-parser", "state": { "branch": null, - "revision": "831ed5e860a70e745bc1337830af4786b2576881", - "version": "0.4.1" + "revision": "6b2aa2748a7881eebb9f84fb10c01293e15b52ca", + "version": "0.5.0" } }, { @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/tuist/xcodeproj.git", "state": { "branch": null, - "revision": "0c889906136b7cba277b9327e9a8217669bb4eb3", - "version": "7.21.0" + "revision": "446f3a0db73e141c7f57e26fcdb043096b1db52c", + "version": "8.3.1" } } ] diff --git a/Package.swift b/Package.swift index f3cdeea..e5d9fba 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .executable(name: "Shark", targets: ["Shark"]), ], dependencies: [ - .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.5.0")), + .package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "8.0.0")), .package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.1"), ], targets: [