diff --git a/Examples/hello-world-cli-example/Package.swift b/Examples/hello-world-cli-example/Package.swift index 15831da..1c11eae 100644 --- a/Examples/hello-world-cli-example/Package.swift +++ b/Examples/hello-world-cli-example/Package.swift @@ -10,8 +10,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apple/swift-configuration", - // TODO: Update once 1.0.0 is tagged. - branch: "main", + from: "1.0.0", traits: [.defaults, "CommandLineArguments"] ) ],