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 6328b04 commit 8fb4455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-log", from: "1.5.4"),

.package(url: "https://github.com/OperatorFoundation/Antiphony", from: "1.0.5"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.2"),
.package(url: "https://github.com/OperatorFoundation/Antiphony", from: "1.0.6"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.3"),
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift", from: "2.0.2"),
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.5"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift", from: "2.0.3"),
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.6"),
],
targets: [
.target(
Expand Down

0 comments on commit 8fb4455

Please sign in to comment.