Skip to content

Commit b0d0613

Browse files
committed
Update Package.swift
1 parent c88f90f commit b0d0613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 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", branch: "1.0.0"),
20-
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", branch: "1.2.6"),
21-
.package(url: "https://github.com/OperatorFoundation/Transmission", branch: "release"),
19+
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.1"),
20+
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
21+
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.11"),
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)