Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Jul 13, 2021
1 parent 3ef13b4 commit ed69fb0
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 @@ -28,7 +28,7 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/ProteanSwift.git", from: "1.2.0"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.6"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
.package(name: "Sodium", url: "https://github.com/OperatorFoundation/swift-sodium.git", from: "1.0.2"),
.package(name: "Sodium", url: "https://github.com/OperatorFoundation/swift-sodium.git", .branch("scalarMult")),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools.git", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.1.0"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.3"),
Expand Down

0 comments on commit ed69fb0

Please sign in to comment.