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 2826b33 commit a4a67b1
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,9 +19,9 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.15"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.1.2"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.10"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "1.2.1"),
.package(url: "https://github.com/OperatorFoundation/Net.git", from: "1.0.0")
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.11"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "1.2.2"),
.package(url: "https://github.com/OperatorFoundation/Net.git", from: "0.0.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit a4a67b1

Please sign in to comment.