Skip to content

Commit cffcada

Browse files
Bump github.com/mxcl/promisekit from 6.8.5 to 6.22.1
Bumps [github.com/mxcl/promisekit](https://github.com/mxcl/PromiseKit) from 6.8.5 to 6.22.1. - [Release notes](https://github.com/mxcl/PromiseKit/releases) - [Commits](mxcl/PromiseKit@6.8.5...6.22.1) --- updated-dependencies: - dependency-name: github.com/mxcl/promisekit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46ddb6f commit cffcada

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"identity" : "data",
55
"kind" : "remoteSourceControl",
6-
"location" : "https://github.com/xcodereleases/data.git",
6+
"location" : "https://github.com/xcodereleases/data",
77
"state" : {
88
"revision" : "fcf527b187817f67c05223676341f3ab69d4214d"
99
}
@@ -49,8 +49,8 @@
4949
"kind" : "remoteSourceControl",
5050
"location" : "https://github.com/mxcl/PromiseKit.git",
5151
"state" : {
52-
"revision" : "1c296a8637838901d2b01e4c46875ee749506133",
53-
"version" : "6.8.5"
52+
"revision" : "8a98e31a47854d3180882c8068cc4d9381bf382d",
53+
"version" : "6.22.1"
5454
}
5555
},
5656
{

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
1616
.package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")),
1717
.package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")),
18-
.package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.8.3")),
18+
.package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.22.1")),
1919
.package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")),
2020
.package(url: "https://github.com/scinfu/SwiftSoup.git", .upToNextMinor(from: "2.0.0")),
2121
.package(url: "https://github.com/mxcl/LegibleError.git", .upToNextMinor(from: "1.0.1")),

0 commit comments

Comments
 (0)