diff --git a/.travis.yml b/.travis.yml index 7ffbb9b..f9d9de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: - PLATFORM=tvOS SDK=appletvsimulator SCHEME=TrueTime-tvOS DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0" install: - gem install xcpretty - - carthage bootstrap --platform "$PLATFORM" --cache-builds --no-use-binaries + - carthage bootstrap --platform "$PLATFORM" --cache-builds --no-use-binaries --toolchain com.apple.dt.toolchain.Swift_3_1 script: - Scripts/test cache: diff --git a/Cartfile b/Cartfile index 1313102..f2e9e88 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "antitypical/Result" ~> 3.0.0 +github "antitypical/Result" diff --git a/Cartfile.resolved b/Cartfile.resolved index 4e06073..01c4376 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -github "Quick/Nimble" "v6.1.0" +github "Quick/Nimble" "v7.0.1" github "Quick/Quick" "v1.1.0" -github "antitypical/Result" "3.2.1" -github "typelift/SwiftCheck" "0.7.3" +github "antitypical/Result" "3.2.3" +github "typelift/SwiftCheck" "0.8.0"