Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Sep 15, 2021
1 parent 3023e6d commit e475282
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Keychain.git",
from: "0.1.2"),
.package(url: "https://github.com/OperatorFoundation/Song.git",
from: "0.1.1"),
from: "0.1.7"),
.package(url: "https://github.com/apple/swift-log.git",
from: "1.4.0"),
from: "1.4.2"),
.package(url: "https://github.com/OperatorFoundation/Monolith.git",
from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/Datable.git",
from: "3.0.4"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.3"),
from: "3.0.6"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.4"),
.package(url: "https://github.com/OperatorFoundation/Transport.git",
from: "2.3.5"),
from: "2.3.6"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git",
from: "0.1.0")
from: "0.1.1")
],
targets: [
.target(
Expand Down Expand Up @@ -55,18 +55,18 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/KeychainLinux.git",
from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/Song.git",
from: "0.1.1"),
from: "0.1.7"),
.package(url: "https://github.com/apple/swift-log.git",
from: "1.4.0"),
from: "1.4.2"),
.package(url: "https://github.com/OperatorFoundation/Monolith.git",
from: "1.0.2"),
.package(url: "https://github.com/OperatorFoundation/Datable.git",
from: "3.0.4"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux.git", from: "0.2.2"),
from: "3.0.6"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux.git", from: "0.3.4"),
.package(url: "https://github.com/OperatorFoundation/Transport.git",
from: "2.3.5"),
from: "2.3.6"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git",
from: "0.1.0")],
from: "0.1.1")],
targets: [
.target(
name: "ReplicantSwift",
Expand Down

0 comments on commit e475282

Please sign in to comment.