Skip to content

Commit

Permalink
Resolve issue with install via Swift Package Manager (#48)
Browse files Browse the repository at this point in the history
* Upgrade PromiseKit to the v6.10.0
  • Loading branch information
robcas3 authored and yannickl committed Jul 8, 2019
1 parent 543af9e commit 83cceed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*Released on 2019-01-17.*

- Adding the 32bit architectures support (#21)
- Upgrade PromiseKit to the v6.7
- Upgrade PromiseKit to the v6.7.0

## [Version 5.0.1](https://github.com/yannickl/AwaitKit/releases/tag/5.0.1)
*Released on 2018-09-20.*
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
"state": {
"branch": null,
"revision": "d6b3b93bbdb9e6668fdcc3e0b0029e635e7915c9",
"version": "6.8.4"
"revision": "2fdb8c64a85e2081388532dbc61eb348a0793b1c",
"version": "6.10.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
targets: ["AwaitKit"]),
],
dependencies: [
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4")
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.10.0")
],
targets: [
.target(
Expand Down

0 comments on commit 83cceed

Please sign in to comment.