From 754002eefb1d5f4d37310db20eabda7a7bd189b3 Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Fri, 9 Feb 2018 19:39:01 -0500 Subject: [PATCH] 3.0 dep --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index debc970..2cbeb60 100644 --- a/Package.swift +++ b/Package.swift @@ -8,10 +8,10 @@ let package = Package( ], dependencies: [ // Core extensions, type-aliases, and functions that facilitate common tasks. - .package(url: "https://github.com/vapor/async.git", .branch("beta")), + .package(url: "https://github.com/vapor/async.git", .exact("1.0.0-beta.1")), // A library to aid Vapor users with better debugging around the framework - .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: "Service", dependencies: ["Async", "Debugging"]),