Skip to content

Commit 21ab70e

Browse files
committed
Update Package.swift
1 parent b0d0613 commit 21ab70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616
targets: ["TransmissionData"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.1"),
19+
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.6"),
2020
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
21-
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.11"),
21+
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.13"),
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)