diff --git a/Examples/hello-world-cli-example/Package.swift b/Examples/hello-world-cli-example/Package.swift index bc00de7..589bcb7 100644 --- a/Examples/hello-world-cli-example/Package.swift +++ b/Examples/hello-world-cli-example/Package.swift @@ -10,7 +10,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apple/swift-configuration", - .upToNextMinor(from: "0.2.0"), + exact: "1.0.0-alpha.1", traits: [.defaults, "CommandLineArgumentsSupport"] ) ],