Skip to content

Commit 5ae6bf8

Browse files
authored
Fix up example project to point to the alpha (#88)
1 parent af63e6e commit 5ae6bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/hello-world-cli-example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
dependencies: [
1111
.package(
1212
url: "https://github.com/apple/swift-configuration",
13-
.upToNextMinor(from: "0.2.0"),
13+
exact: "1.0.0-alpha.1",
1414
traits: [.defaults, "CommandLineArgumentsSupport"]
1515
)
1616
],

0 commit comments

Comments
 (0)