Skip to content

Commit 83b2225

Browse files
ianpartridgedjones6
authored andcommitted
Update to Swift 4.1 and BlueSocket 1.0 (#64)
1 parent 86e2d82 commit 83b2225

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.1

.travis.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@ branches:
55
- develop
66
- /^issue.*$/
77

8-
notifications:
9-
slack:
10-
secure: "khwsHN8HcW67X2D90onBZDEQM9x8w35xvXjnQ++TYOj3SlD9TlZiL3k0KheJ2z5EeBWnYND8jp5v7B2B9Sq3MsRuilV6DI5sKWrdWwJGZfi1e9wZivKsq0llssroHkyHzpAI2S4oD2EJ9uCzNNhsrXVi1QhESz0ZE8YTwR90pxGFAGAQ2uOoXiaf8vTFv5Z3BrB/vetjgGkAzt2J+GOFBI3jHYrMe3lKgjOy90gZHCJjRbp8n7WtBkscaa4RDsfSlgn/40tVC4kZUvMG24Mzl7kMf63fJfksxrJQjDDv814/3/UhwkVG61MHjshwVZ9Gna1cRvUHCQidSsMqz/f7X4vFzRqfkEya48HgeFjDLQHfxRoEAf9+npNCkaghR8lQjB9LvXQXU1fBEOmE/tpx4j0Oqc6arYJwR0qFQ/ziz/Kse0rZuUJ+rvNlTPx49j0uTuiD5av/oH/3KtAp+8Sl5ibynYc8VOrLTfdH07l/hdUdUvsSGXKVtNa2v6WJmrXyKeUziSL7/43Pol1PDO154jbwluv6Xnqbjt+nTYWsuhNRvYLSylGJcnYINxBmkhFQEjPQJ7j2hzEfriVVWsAS1vn1jJt7Pfi0UWpf/96siIreJ4zb9+Y7jvuhOlMF5yeeHMADEznHmjX2cqxYSiydRk2r1rCWjgTTsxnUVFucIeg="
11-
128
matrix:
139
include:
1410
- os: linux
1511
dist: trusty
1612
sudo: required
13+
- os: linux
14+
dist: trusty
15+
sudo: required
16+
env: SWIFT_SNAPSHOT=4.0.3
17+
- os: osx
18+
osx_image: xcode9.3
19+
sudo: required
1720
- os: osx
1821
osx_image: xcode9.2
1922
sudo: required
23+
env: SWIFT_SNAPSHOT=4.0.3
2024

2125
before_install:
2226
- git clone https://github.com/IBM-Swift/Kitura-CI.git

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
dependencies: [
3131
// Dependencies declare other packages that this package depends on.
3232
// .package(url: /* package url */, from: "1.0.0"),
33-
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "0.12.0")
33+
.package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0")
3434
],
3535
targets: [
3636
// Targets are the basic building blocks of a package. A target defines a module or a test suite.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ KituraRedis is a Swift library for interacting with a Redis database using.
2929
It is dependent on the [BlueSocket](https://github.com/IBM-Swift/BlueSocket.git) module.
3030

3131
## Swift version
32-
The latest version of Kitura-redis requires **Swift 4.0.3**. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.
32+
The latest version of Kitura-redis requires **Swift 4.0.3 or later**. You can download this version of the Swift binaries by following this [link](https://swift.org/download/). Compatibility with other Swift versions is not guaranteed.
3333

3434
## Build:
3535

0 commit comments

Comments
 (0)