diff --git a/Package.resolved b/Package.resolved index b4b2ec2..54b21ab 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/elegantchaos/Runner.git", "state" : { - "revision" : "65420eb4e534a58c8fb1bf18e344bc86edb42c65", - "version" : "1.3.2" + "revision" : "e23479ac9d314541e69268baa43caf05b8949a14", + "version" : "1.3.3" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/elegantchaos/Versionator.git", "state" : { - "branch" : "main", - "revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc" + "revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc", + "version" : "1.0.3" } }, { diff --git a/Package.swift b/Package.swift index 902f486..11c3084 100644 --- a/Package.swift +++ b/Package.swift @@ -19,9 +19,9 @@ let package = Package( .package(url: "https://github.com/elegantchaos/Coercion.git", from: "1.1.2"), .package(url: "https://github.com/elegantchaos/Files.git", from: "1.2.0"), .package(url: "https://github.com/elegantchaos/Logger.git", from: "1.6.0"), - .package(url: "https://github.com/elegantchaos/Runner.git", from: "1.3.0"), + .package(url: "https://github.com/elegantchaos/Runner.git", from: "1.3.3"), .package(url: "https://github.com/elegantchaos/XCTestExtensions.git", from: "1.3.0"), - .package(url: "https://github.com/elegantchaos/Versionator.git", branch: "main"), + .package(url: "https://github.com/elegantchaos/Versionator.git", from: "1.0.3"), ], targets: [ @@ -46,7 +46,6 @@ let package = Package( "Files" ], resources: [ - .copy("Configs"), .copy("Scripts") ] ),