Skip to content

Commit c1a344b

Browse files
authored
SPM + PromiseKit 8 (#17)
1 parent 670a5b0 commit c1a344b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/Carthage
44
/.build
55
.DS_Store
6+
.swiftpm/

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mxcl/PromiseKit" ~> 6.8.4
1+
github "mxcl/PromiseKit" ~> 8.2.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mxcl/PromiseKit" "6.8.4"
1+
github "mxcl/PromiseKit" "8.2.0"

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/mxcl/PromiseKit.git",
77
"state": {
88
"branch": null,
9-
"revision": "f14f16cc2602afec1030e4f492100d6d43dca544",
10-
"version": "6.13.1"
9+
"revision": "2bc44395edb4f8391902a9ff7c220471882a4d07",
10+
"version": "8.2.0"
1111
}
1212
}
1313
]

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkg.products = [
77
.library(name: "PMKUIKit", targets: ["PMKUIKit"]),
88
]
99
pkg.dependencies = [
10-
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.3")
10+
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "8.2.0")
1111
]
1212
pkg.swiftLanguageVersions = [.v4, .v4_2, .v5]
1313

0 commit comments

Comments
 (0)