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 98415ea commit 17e25cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),

.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.1"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.2"),
.package(url: "https://github.com/OperatorFoundation/Ghostwriter", from: "1.0.1"),
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.3"),
.package(url: "https://github.com/OperatorFoundation/Ghostwriter", from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/Monolith", from: "1.0.6"),
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.3"),
.package(url: "https://github.com/OperatorFoundation/Monolith", from: "1.0.7"),
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.4"),
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.3"),
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.5"),
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.6"),
],
targets: [
.target(
Expand Down

0 comments on commit 17e25cb

Please sign in to comment.