Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Feb 18, 2024
1 parent c88f90f commit b0d0613
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 @@ -16,9 +16,9 @@ let package = Package(
targets: ["TransmissionData"]),
],
dependencies: [
.package(url: "https://github.com/OperatorFoundation/Straw", branch: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", branch: "1.2.6"),
.package(url: "https://github.com/OperatorFoundation/Transmission", branch: "release"),
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.1"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.11"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit b0d0613

Please sign in to comment.