Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Oct 30, 2024
1 parent 5dcb351 commit b0c65e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.5"),
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.6"),
.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.1"),
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.10"),
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.4"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.13"),
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.12"),
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.11"),
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.6"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.14"),
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.13"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),
],
Expand Down

0 comments on commit b0c65e2

Please sign in to comment.