Skip to content

Commit 17754e9

Browse files
committed
correct 3.0 dep
1 parent 70b00ab commit 17754e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ let package = Package(
88
],
99
dependencies: [
1010
// Swift Promises, Futures, and Streams.
11-
.package(url: "https://github.com/vapor/async.git", .branch("beta")),
11+
.package(url: "https://github.com/vapor/async.git", .exact("1.0.0-beta.1")),
1212

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

0 commit comments

Comments
 (0)