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 10, 2021
1 parent 7863458 commit 5619cee
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 @@ -17,10 +17,10 @@ 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/OperatorFoundation/Chord.git", from: "0.0.14"),
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.15"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.1.1"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.8"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "1.0.3"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.9"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "1.0.4"),
.package(url: "https://github.com/OperatorFoundation/Net.git", from: "0.0.1")
],
targets: [
Expand Down

0 comments on commit 5619cee

Please sign in to comment.