Skip to content

Commit 269b1c4

Browse files
Update dependencies versions.
Cocoapods dependencies are not updated, since there's a lack of setup github based dependencies in `podspec` file and updates are not presented in the Cocoapods repo. Drop unused xcworkspace. Drop unused SimHash in Carthage dependencies config.
1 parent 49d39c6 commit 269b1c4

File tree

6 files changed

+5
-31
lines changed

6 files changed

+5
-31
lines changed

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "attaswift/BigInt" ~> 5.2.1
1+
github "attaswift/BigInt" ~> 5.3.0
22
github "attaswift/SipHash" ~> 1.2.2
33
github "daltoniam/Starscream" ~> 4.0.4
4-
github "krzyzanowskim/CryptoSwift" ~> 1.4.0
5-
github "mxcl/PromiseKit" ~> 6.15.3
4+
github "krzyzanowskim/CryptoSwift" ~> 1.4.2
5+
github "mxcl/PromiseKit" ~> 6.16.2

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "attaswift/BigInt" "v5.3.0"
22
github "attaswift/SipHash" "v1.2.2"
33
github "daltoniam/Starscream" "4.0.4"
44
github "krzyzanowskim/CryptoSwift" "1.4.2"
5-
github "mxcl/PromiseKit" "6.16.1"
5+
github "mxcl/PromiseKit" "6.16.2"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323

2424
dependencies: [
2525
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
26-
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.4"),
26+
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2"),
2727
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
2828
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2")
2929
],

web3swift.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

web3swift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

web3swift.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)