Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed May 19, 2021
1 parent 2bc2cdb commit 617e6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "ReplicantSwiftServer",
platforms: [
.macOS(.v10_15)
.macOS(.v11)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand All @@ -17,11 +17,11 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Flow.git", from: "0.2.3"),
.package(url: "https://github.com/OperatorFoundation/Flower.git", from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/InternetProtocols.git", from:"1.1.0"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.0"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.5"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux.git", from: "0.2.0"),
.package(url: "https://github.com/OperatorFoundation/TransmissionTransport.git", from: "0.0.1"),
.package(url: "https://github.com/OperatorFoundation/Tun.git", from: "0.0.9"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.3"),
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift.git", from: "0.8.5"),
.package(url: "https://github.com/OperatorFoundation/Routing.git", from:"0.0.4"),
],
targets: [
Expand Down

0 comments on commit 617e6c4

Please sign in to comment.