Skip to content

Commit

Permalink
correct 3.0 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 9, 2018
1 parent 70b00ab commit 17754e9
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 @@ -8,10 +8,10 @@ let package = Package(
],
dependencies: [
// Swift Promises, Futures, and Streams.
.package(url: "https://github.com/vapor/async.git", .branch("beta")),
.package(url: "https://github.com/vapor/async.git", .exact("1.0.0-beta.1")),

// Core extensions, type-aliases, and functions that facilitate common tasks.
.package(url: "https://github.com/vapor/core.git", .branch("beta")),
.package(url: "https://github.com/vapor/core.git", .exact("3.0.0-beta.1")),
],
targets: [
.target(name: "TCP", dependencies: ["Async", "Bits", "COperatingSystem", "Debugging"]),
Expand Down

0 comments on commit 17754e9

Please sign in to comment.