Skip to content

Commit

Permalink
Fix promise kit dependency version number (6.7 -> 6.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Feb 3, 2019
1 parent 0d65ad7 commit ff2a353
Showing 1 changed file with 1 addition and 1 deletion.
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.7")
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.7.0")
],
targets: [
.target(
Expand Down

0 comments on commit ff2a353

Please sign in to comment.