Skip to content

Commit 64223f7

Browse files
committed
Bump to SwiftNIO 2.14.0
1 parent 1c72db3 commit 64223f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")),
11-
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.0.0"))
11+
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.14.0"))
1212
],
1313
targets: [
1414
.target(name: "MongoSwift", dependencies: ["CLibMongoC", "NIO", "NIOConcurrencyHelpers"]),

0 commit comments

Comments
 (0)