Skip to content

Commit e83031c

Browse files
committed
swift 3.1.1 migration
1 parent 9ff5bb6 commit e83031c

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
3.1.1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
dist: trusty
1515
sudo: required
1616
- os: osx
17-
osx_image: xcode8.2
17+
osx_image: xcode8.3
1818
sudo: required
1919

2020
before_install:

Package.pins

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"autoPin": true,
3+
"pins": [
4+
{
5+
"package": "HeliumLogger",
6+
"reason": null,
7+
"repositoryURL": "https://github.com/IBM-Swift/HeliumLogger.git",
8+
"version": "1.7.0"
9+
},
10+
{
11+
"package": "LoggerAPI",
12+
"reason": null,
13+
"repositoryURL": "https://github.com/IBM-Swift/LoggerAPI.git",
14+
"version": "1.7.0"
15+
}
16+
],
17+
"version": 1
18+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Circuit Breaker design pattern is used to increase application stability, im
1414
* [API](#api)
1515

1616
## Swift version
17-
The latest version of CircuitBreaker works with the `3.1` version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/#releases).
17+
The latest version of CircuitBreaker works with the `3.1.1` version of the Swift binaries. You can download this version of the Swift binaries by following this [link](https://swift.org/download/#releases).
1818

1919
## Installation
2020
To leverage the CircuitBreaker package in your Swift application, you should specify a dependency for it in your `Package.swift` file:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-compose up
22
app:
3-
image: ibmcom/swift-ubuntu:3.1
3+
image: ibmcom/swift-ubuntu:3.1.1
44
volumes:
55
- .:/root/CircuitBreaker
66
command: bash -c "cd /root/CircuitBreaker && rm -rf Packages && swift package clean && swift build && swift test"

0 commit comments

Comments
 (0)