Skip to content

Commit 91a5508

Browse files
author
GMoseke
committed
bump nio
1 parent 4f1f09c commit 91a5508

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"repositoryURL": "https://github.com/apple/swift-nio.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "6aa9347d9bc5bbfe6a84983aec955c17ffea96ef",
55-
"version": "2.33.0"
54+
"revision": "154f1d32366449dcccf6375a173adf4ed2a74429",
55+
"version": "2.38.0"
5656
}
5757
}
5858
]

Package.swift

+2-2
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)