Skip to content

Commit

Permalink
Up the NIO deps
Browse files Browse the repository at this point in the history
... only the latest is the greatest.
  • Loading branch information
helje5 committed Jan 13, 2021
1 parent 15d0e18 commit b3612d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import PackageDescription

var packageDependencies : [ Package.Dependency ] = [
.package(url: "https://github.com/apple/swift-nio.git",
from: "2.18.0"),
from: "2.25.1"),
.package(url: "https://github.com/SwiftNIOExtras/swift-nio-irc.git",
from: "0.8.0")
]
var targetDependencies : [ Target.Dependency ] = [ "NIO", "NIOIRC" ]
if #available(OSX 10.14, iOS 12.0, tvOS 12.0, watchOS 6.0, *) {
packageDependencies += [
.package(url: "https://github.com/apple/swift-nio-transport-services",
from: "1.6.0")
from: "1.9.1")
]
targetDependencies += [ "NIOTransportServices" ]
}
Expand Down

0 comments on commit b3612d6

Please sign in to comment.