Skip to content

Commit 1e0c4ed

Browse files
Merge branch 'feature/bump-nio' into 'master'
Bump nio to 2.38 See merge request PassiveLogic/platform/graphqlws!1
2 parents e2a60d6 + c1c35ac commit 1e0c4ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.5
22

33
import PackageDescription
44

@@ -15,7 +15,7 @@ let package = Package(
1515
.package(name: "GraphQL", url: "https://github.com/GraphQLSwift/GraphQL.git", from: "2.2.1"),
1616
.package(name: "GraphQLRxSwift", url: "https://github.com/GraphQLSwift/GraphQLRxSwift.git", from: "0.0.4"),
1717
.package(name: "RxSwift", url: "https://github.com/ReactiveX/RxSwift.git", from: "6.1.0"),
18-
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", .upToNextMinor(from: "2.33.0"))
18+
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.33.0")
1919
],
2020
targets: [
2121
.target(

0 commit comments

Comments
 (0)