Skip to content

Commit

Permalink
Merge pull request #229 from IBM-Swift/nioUpTo280
Browse files Browse the repository at this point in the history
Limit swift-nio to 2.8.0
  • Loading branch information
Pushkar N Kulkarni authored Oct 18, 2019
2 parents 6754e41 + 86d7dfa commit 813ce99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,19 @@ import PackageDescription
let package = Package(
name: "Kitura-NIO",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "KituraNet",
targets: ["KituraNet"])
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-nio.git", from: "2.3.0"),
// FIXME: remove version constraint once IBM-Swift/Kitura-NIO#225 is merged
.package(url: "https://github.com/apple/swift-nio.git", "2.3.0"..."2.8.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/BlueSSLService.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "1.7.3")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "CLinuxHelpers",
dependencies: []),
Expand Down

0 comments on commit 813ce99

Please sign in to comment.