We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc49a7a commit e106ce4Copy full SHA for e106ce4
Package.swift
@@ -8,8 +8,7 @@ let package = Package(
8
],
9
dependencies: [
10
.Package(url: "https://github.com/RuntimeTools/omr-agentcore.git", majorVersion: 3),
11
- .Package(url: "https://github.com/IBM-Swift/Kitura-net.git", majorVersion: 1, minor: 6),
12
- .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),
13
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
14
.Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 2, minor: 0)
15
]
0 commit comments