Skip to content

Commit f8fd02d

Browse files
committed
Update Package.swift
1 parent 6547f87 commit f8fd02d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ let package = Package(
1818
dependencies: [
1919
.package(url: "https://github.com/apple/swift-log", from: "1.5.2"),
2020

21-
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.5"),
21+
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.6"),
2222
.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.1"),
2323
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
24-
.package(url: "https://github.com/OperatorFoundation/Nametag", from: "0.1.3"),
25-
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.10"),
26-
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.3"),
27-
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.4"),
24+
.package(url: "https://github.com/OperatorFoundation/Nametag", from: "0.1.4"),
25+
.package(url: "https://github.com/OperatorFoundation/Net", from: "0.0.11"),
26+
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.4"),
27+
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.6"),
2828
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
29-
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.5"),
29+
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.6"),
3030
],
3131
targets: [
3232
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)