Skip to content

Commit 1283d30

Browse files
committed
Use upToNextMinor
1 parent b71eb87 commit 1283d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let package = Package(
3838
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.20.0"),
3939
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
4040
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
41-
.package(url: "https://github.com/apple/swift-configuration.git", from: "0.1.1"),
41+
.package(url: "https://github.com/apple/swift-configuration.git", .upToNextMinor(from: "0.1.1")),
4242
],
4343
targets: [
4444
.target(

0 commit comments

Comments
 (0)