Skip to content

Commit 6560f0f

Browse files
committed
Update deps
1 parent 765d612 commit 6560f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
// Dependencies declare other packages that this package depends on.
14-
.package(url: "https://github.com/mxcl/PromiseKit.git", Version(6, 8, 0)..<Version(6, 13, 2))
14+
.package(url: "https://github.com/mxcl/PromiseKit.git", Version(6, 8, 0)..<Version(6, 13, 3))
1515
// .package(url: "https://github.com/mxcl/PromiseKit", from: Version(7, 0, 0, prereleaseIdentifiers: ["alpha", "1"]))
1616
],
1717
targets: [

0 commit comments

Comments
 (0)