From 44353ecc206bb80d989185581e6eab03e31bf45e Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 27 Nov 2025 11:16:43 +0100 Subject: [PATCH] Fix up example project to point to the alpha --- 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 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"] ) ],