Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Oct 11, 2021
1 parent 812cda2 commit 78fedcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
#if os(iOS) || os(macOS) || os(watchOS) || os(tvOS)
let package = Package(
name: "ReplicantSwift",
platforms: [.macOS(.v11)],
platforms: [.macOS(.v10_15)],
products: [.library(name: "ReplicantSwift", targets: ["ReplicantSwift"])],
dependencies: [
.package(url: "https://github.com/OperatorFoundation/Keychain.git",
Expand All @@ -16,14 +16,14 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git",
from: "1.4.2"),
.package(url: "https://github.com/OperatorFoundation/Monolith.git",
from: "1.0.2"),
from: "1.0.3"),
.package(url: "https://github.com/OperatorFoundation/Datable.git",
from: "3.0.6"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.2.4"),
from: "3.1.1"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.4.1"),
.package(url: "https://github.com/OperatorFoundation/Transport.git",
from: "2.3.6"),
from: "2.3.8"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git",
from: "0.1.0")
from: "0.1.1")
],
targets: [
.target(
Expand Down

0 comments on commit 78fedcb

Please sign in to comment.