From af037cc5fce7f35984aa324ab6722ef16fbabc34 Mon Sep 17 00:00:00 2001 From: carlynorama Date: Thu, 25 Sep 2025 06:52:26 -0700 Subject: [PATCH] Update Package.swift --- Examples/hello-world-cli-example/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/hello-world-cli-example/Package.swift b/Examples/hello-world-cli-example/Package.swift index b6b64c4..8edc5b4 100644 --- a/Examples/hello-world-cli-example/Package.swift +++ b/Examples/hello-world-cli-example/Package.swift @@ -8,7 +8,7 @@ let package = Package( .macOS(.v15) ], dependencies: [ - .package(path: "../..", traits: [.defaults, "CommandLineArgumentsSupport"]) + .package(url: "https://github.com/apple/swift-configuration", .upToNextMinor(from: "0.1.0"), traits: [.defaults, "CommandLineArgumentsSupport"]) ], targets: [ .executableTarget(