Skip to content

Commit b3d9dac

Browse files
committed
Use upToNextMajor in manifest.
1 parent 056b6cf commit b3d9dac

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
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "GraphQL", targets: ["GraphQL"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-nio.git", from: "1.14.1"),
10+
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "1.14.1")),
1111
],
1212
targets: [
1313
.target(name: "GraphQL", dependencies: ["NIO"]),

0 commit comments

Comments
 (0)