Skip to content

Commit

Permalink
Merge pull request #14 from ibm-bluemix-mobile-services/development
Browse files Browse the repository at this point in the history
Update to Swift 3.1.1 and SimpleHttpClient 0.7.0
  • Loading branch information
Anthony Oliveri authored May 3, 2017
2 parents 75038c6 + 8bd7e0e commit be35949
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ os:
language: generic
env:
global:
- SWIFT_VERSION=3.0.2
- SWIFT_VERSION=3.1.1

sudo: required

dist: trusty

osx_image: xcode8.2
osx_image: xcode8.3

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ import PackageDescription
let package = Package(
name: "BluemixObjectStorage",
dependencies: [
.Package(url: "https://github.com/ibm-bluemix-mobile-services/bluemix-simple-http-client-swift.git", majorVersion: 0, minor: 6)
.Package(url: "https://github.com/ibm-bluemix-mobile-services/bluemix-simple-http-client-swift.git", majorVersion: 0, minor: 7)
]
)

0 comments on commit be35949

Please sign in to comment.