Skip to content

Commit

Permalink
Update dependencies versions.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yaroslavyaroslav committed Dec 21, 2021
1 parent 49d39c6 commit 3af8686
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 30 deletions.
6 changes: 3 additions & 3 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "attaswift/BigInt" ~> 5.2.1
github "attaswift/BigInt" ~> 5.3.0
github "attaswift/SipHash" ~> 1.2.2
github "daltoniam/Starscream" ~> 4.0.4
github "krzyzanowskim/CryptoSwift" ~> 1.4.0
github "mxcl/PromiseKit" ~> 6.15.3
github "krzyzanowskim/CryptoSwift" ~> 1.4.2
github "mxcl/PromiseKit" ~> 6.16.2
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(

dependencies: [
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.4"),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2")
],
Expand Down
10 changes: 0 additions & 10 deletions web3swift.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions web3swift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

This file was deleted.

0 comments on commit 3af8686

Please sign in to comment.