Skip to content

Commit

Permalink
remove redundant Kitura-net, update Kitura-request
Browse files Browse the repository at this point in the history
  • Loading branch information
king authored and mattcolegate committed Jan 31, 2017
1 parent fc49a7a commit e106ce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ let package = Package(
],
dependencies: [
.Package(url: "https://github.com/RuntimeTools/omr-agentcore.git", majorVersion: 3),
.Package(url: "https://github.com/IBM-Swift/Kitura-net.git", majorVersion: 1, minor: 6),
.Package(url: "https://github.com/IBM-Swift/Kitura-Request.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/IBM-Swift/Kitura-Request.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
.Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 2, minor: 0)
]
Expand Down

0 comments on commit e106ce4

Please sign in to comment.