From c21bb1f86985be88d52d2bc73e28b8bc4e7aeb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Tue, 10 May 2016 15:00:52 -0700 Subject: [PATCH] Updating Quick and Nimble versions to support swift 2 Just went with the currently newest versions. --- Cartfile.private | 4 ++-- Cartfile.resolved | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index 5c36d3a..270d0bf 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,2 +1,2 @@ -github "Quick/Nimble" ~> 0.4.0 -github "Quick/Quick" ~> 0.3.0 +github "Quick/Nimble" ~> 4.0 +github "Quick/Quick" ~> 0.9.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 990103d..e629cf5 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "Quick/Nimble" "v0.4.0" -github "Quick/Quick" "v0.3.0" +github "Quick/Nimble" "v4.0.1" +github "Quick/Quick" "v0.9.2"