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(