Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pengpengliu committed Jun 23, 2020
1 parent 75bb55d commit 82dbc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/pengpengliu/Base58.git", .branch("master")),
.package(url: "https://github.com/pengpengliu/Base58.git", from: "1.0.0"),
.package(url: "https://github.com/pengpengliu/Crypto101.git", .upToNextMinor(from: "0.2.2")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.3.1"))
],
Expand Down

0 comments on commit 82dbc3b

Please sign in to comment.