Skip to content

Commit 7c8cd92

Browse files
committed
Updated major version of Promise Kit, Big INt
1 parent 83c6d32 commit 7c8cd92

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
],
1515

1616
dependencies: [
17-
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.2.0"),
18-
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
17+
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
18+
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.4"),
1919
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
20-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.0"),
20+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2"),
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)