Skip to content

Commit

Permalink
Preventing SwiftyJSON compile fail with Swift 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyress committed Jun 7, 2018
1 parent 265b8d7 commit a4205ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/IBM-Swift/SwiftyJSON.git",
"state": {
"branch": null,
"revision": "1190845cf7d25a5c8ea7653fe03dcdd39a082056",
"version": "16.0.2"
"revision": "7eb6c83f91c519c19e6a507d604c9176d5ae5b15",
"version": "17.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/noppoMan/aws-sdk-swift-core.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", .upToNextMajor(from: "16.0.0"))
.package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", .upToNextMajor(from: "17.0.1"))
],
targets: [
.target(name: "CodeGenerator", dependencies: ["AWSSDKSwiftCore", "SwiftyJSON"]),
Expand Down

0 comments on commit a4205ef

Please sign in to comment.