From 953c618037b297548325a293097446cf193beb22 Mon Sep 17 00:00:00 2001 From: Andrew Lees <32634907+Andrew-Lees11@users.noreply.github.com> Date: Wed, 14 Mar 2018 16:12:49 +0000 Subject: [PATCH] Update Kitura-Credentials dependency to "from: "2.0.0"" (#47) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9a069db..c114556 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/IBM-Swift/Kitura-Credentials.git", .upToNextMinor(from: "2.0.0")), + .package(url: "https://github.com/IBM-Swift/Kitura-Credentials.git", from: "2.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.