From 3d8bbd5eb2b556debbb51da8ac7357f34b7b0a8e Mon Sep 17 00:00:00 2001 From: Tanner Date: Thu, 24 Oct 2019 15:19:48 -0400 Subject: [PATCH] beta 1 (#2085) --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index b785611f77..311049e596 100644 --- a/Package.swift +++ b/Package.swift @@ -12,16 +12,16 @@ let package = Package( ], dependencies: [ // HTTP client library built on SwiftNIO - .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1"), + .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"), // Sugary extensions for the SwiftNIO library - .package(url: "https://github.com/vapor/async-kit.git", .branch("master")), + .package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0-beta"), // 💻 APIs for creating interactive CLI tools. - .package(url: "https://github.com/vapor/console-kit.git", .branch("master")), + .package(url: "https://github.com/vapor/console-kit.git", from: "4.0.0-beta"), // Parses and serializes multipart-encoded data with Codable support. - .package(url: "https://github.com/vapor/multipart-kit.git", .branch("master")), + .package(url: "https://github.com/vapor/multipart-kit.git", from: "4.0.0-beta"), // 🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation. .package(url: "https://github.com/vapor/open-crypto.git", from: "4.0.0-alpha.2"), @@ -45,7 +45,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), // WebSocket client library built on SwiftNIO - .package(url: "https://github.com/vapor/websocket-kit.git", .branch("master")), + .package(url: "https://github.com/vapor/websocket-kit.git", from: "2.0.0-beta"), ], targets: [ // C helpers