Skip to content

Commit

Permalink
Merge pull request #97 from swift-aws/96_params_in_path
Browse files Browse the repository at this point in the history
update core with fix for path in params
  • Loading branch information
jonnymacs committed Jan 18, 2019
2 parents fbbc5d9 + 5b5bb80 commit 23ecff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/swift-aws/aws-sdk-swift-core.git",
"state": {
"branch": null,
"revision": "2cf186bb18742cb2869e2f08726372b5ac783f46",
"version": "2.0.0-rc.2"
"revision": "ee093b1f7b9114bc12bd629c43e64c216c7efd89",
"version": "2.0.0-rc.4"
}
},
{
Expand All @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "035962e6b6e03c8721a91a9b96dc084289795cb4",
"version": "1.11.0"
"revision": "a20e129c22ad00a51c902dca54a5456f90664780",
"version": "1.12.0"
}
},
{
Expand Down Expand Up @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/IBM-Swift/SwiftyJSON.git",
"state": {
"branch": null,
"revision": "693d2d28fe2f91aedf02c3754baade625fd97c46",
"version": "17.0.2"
"revision": "f2612ea3ac29996ae9601bdcb00cc1c29e26f104",
"version": "17.0.4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -176,7 +176,7 @@ let package = Package(
.library(name: "XRay", targets: ["XRay"])
],
dependencies: [
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMajor(from: "2.0.0-rc.2")),
.package(url: "https://github.com/swift-aws/aws-sdk-swift-core.git", .upToNextMajor(from: "2.0.0-rc.4")),
.package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", .upToNextMajor(from: "17.0.2"))
],
targets: [
Expand Down

0 comments on commit 23ecff2

Please sign in to comment.