Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Dec 15, 2023
1 parent 97843ec commit 2839c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
],
products: [.library(name: "ReplicantSwift", targets: ["ReplicantSwift"])],
dependencies: [
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-crypto", from: "2.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),

.package(url: "https://github.com/OperatorFoundation/Datable", branch: "main"),
.package(url: "https://github.com/OperatorFoundation/Gardener", branch: "main"),
Expand Down

0 comments on commit 2839c20

Please sign in to comment.