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 ca08dca commit c5dcd66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.15"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.2"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.10"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.11"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down Expand Up @@ -50,8 +50,8 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.15"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.2"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.10"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux", from: "1.2.1"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.11"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.2")
],
targets: [
Expand Down

0 comments on commit c5dcd66

Please sign in to comment.