From d4123f8147de641c3b268c1527f3b86d561856ad Mon Sep 17 00:00:00 2001 From: Siemen Sikkema Date: Wed, 6 Mar 2019 15:00:14 +0100 Subject: [PATCH] Bump Sugar to RC --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 61a6e9d..045035a 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "JWTKeychain", targets: ["JWTKeychain"]) ], dependencies: [ - .package(url: "https://github.com/nodes-vapor/sugar.git", from: "4.0.0-beta"), + .package(url: "https://github.com/nodes-vapor/sugar.git", from: "4.0.0-rc"), .package(url: "https://github.com/vapor/auth.git", from: "2.0.0"), .package(url: "https://github.com/vapor/fluent-mysql.git", from: "3.0.0"), .package(url: "https://github.com/vapor/jwt.git", from: "3.0.0"),