Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Sep 15, 2021
1 parent fa753bd commit 749ba4a
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 @@ -15,9 +15,9 @@ 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", from: "0.0.11"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.0.3"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.3"),
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.0.12"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.0.6"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.6"),
],
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 749ba4a

Please sign in to comment.