From bc80f5c98f66e1fff14ef8ea696902639f113111 Mon Sep 17 00:00:00 2001 From: Milan Vit Date: Mon, 23 Jul 2018 09:49:28 +0900 Subject: [PATCH] Hopefully fixed dependency issue --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 7b855d7..0f6e3ea 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"), .package(url: "https://github.com/LiveUI/XMLCoding.git", from: "0.1.0"), - .package(url: "https://github.com/LiveUI/VaporTestTools.git", .branch("master")) + .package(url: "https://github.com/LiveUI/VaporTestTools.git", from: "0.1.5") ], targets: [ .target(name: "S3", dependencies: [