Skip to content

Commit

Permalink
Merge pull request #6 from yanamura/swift5.2
Browse files Browse the repository at this point in the history
Swift5.2
  • Loading branch information
yanamura authored Jun 27, 2020
2 parents 766c697 + 19451d3 commit db958c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ os:
- osx
language: generic
sudo: required
osx_image: xcode10.2
dist: trusty
osx_image: xcode11.6
dist: bionic
env:
- SWIFT_VERSION=4.2
- SWIFT_VERSION=5.0
- SWIFT_VERSION=5.1
- SWIFT_VERSION=5.2
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/johnsundell/files.git",
"state": {
"branch": null,
"revision": "06f95bd1bf4f8d5f50bc6bb30b808c253acd4c88",
"version": "2.2.1"
"revision": "92b57bea0e737e7d92b5ff281f46ec2b59faf91c",
"version": "3.1.0"
}
},
{
"package": "PathKit",
"repositoryURL": "https://github.com/kylef/PathKit.git",
"state": {
"branch": null,
"revision": "e2f5be30e4c8f531c9c1e8765aa7b71c0a45d7a0",
"version": "0.9.2"
"revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511",
"version": "1.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/kylef/PathKit.git", from: "0.9.2"),
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.0"),
.package(url: "https://github.com/yanamura3/Tempry.git", from: "0.1.1"),
.package(url: "https://github.com/johnsundell/files.git", from: "2.2.1"),
.package(url: "https://github.com/johnsundell/files.git", from: "3.1.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
<img src="https://travis-ci.org/yanamura/Captain.svg?branch=master" alt="travis">
</a>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-4.2-brightgreen.svg" alt="Swift 4.2">
</a>
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-5.0-brightgreen.svg" alt="Swift 5.0">
<img src="http://img.shields.io/badge/swift-5.1-brightgreen.svg" alt="Swift 5.1">
</a>
</p>

Expand Down

0 comments on commit db958c1

Please sign in to comment.