Skip to content

Commit d967438

Browse files
authored
Using PromiseKit 8 (#34)
* Using PromiseKit 8 * 8.0 for all configurations
1 parent 985f17f commit d967438

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33
let package = Package(
44
name: "PMKFoundation",
55
dependencies: [
6-
.Package(url: "https://github.com/mxcl/PromiseKit.git", majorVersion: 6)
6+
.Package(url: "https://github.com/mxcl/PromiseKit.git", majorVersion: 8)
77
],
88
swiftLanguageVersions: [3, 4],
99
exclude: [

Package@swift-4.2.swift

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

Package@swift-5.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkg.products = [
77
.library(name: "PMKFoundation", targets: ["PMKFoundation"]),
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.0.0")
1111
]
1212
pkg.swiftLanguageVersions = [.v4, .v4_2, .v5]
1313

Package@swift-5.3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkg.products = [
77
.library(name: "PMKFoundation", targets: ["PMKFoundation"]),
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.0.0")
1111
]
1212
pkg.swiftLanguageVersions = [.v4, .v4_2, .v5]
1313

0 commit comments

Comments
 (0)