We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056b6cf commit b3d9dacCopy full SHA for b3d9dac
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
.library(name: "GraphQL", targets: ["GraphQL"]),
8
],
9
dependencies: [
10
- .package(url: "https://github.com/apple/swift-nio.git", from: "1.14.1"),
+ .package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "1.14.1")),
11
12
targets: [
13
.target(name: "GraphQL", dependencies: ["NIO"]),
0 commit comments