Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Nov 20, 2021
1 parent 6c30bd4 commit 430ded6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.15"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.2"),
.package(name: "Socket", url: "https://github.com/OperatorFoundation/BlueSocket", from: "1.1.0"),
.package(url: "https://github.com/OperatorFoundation/Net", from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.10"),
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.1"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.11"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2")
],
targets: [
Expand Down

0 comments on commit 430ded6

Please sign in to comment.