Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Halimjon Juraev committed Jun 12, 2019
1 parent a456111 commit 3f3bbe3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0")
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.0.0")
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.0.0"),


// Dependencies declare other packages that this package depends on.
Expand All @@ -28,7 +26,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Nats",
dependencies: ["Vapor", "SwiftProtobuf", "NIO", "NIOSSL"]),
dependencies: ["Vapor", "SwiftProtobuf"]),
.target(name: "NatsBenchmark", dependencies: ["Nats"]),

]
Expand Down

0 comments on commit 3f3bbe3

Please sign in to comment.