Skip to content

Commit

Permalink
Update for Swift 5.0 (#213)
Browse files Browse the repository at this point in the history
* Update for Swift 5.0

* Update Travis

* Update Structure, Math, and Music versions
  • Loading branch information
jsbean authored Jun 12, 2019
1 parent 3f9df89 commit 4464ebc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ os:
language: generic
sudo: required
dist: trusty
osx_image: xcode10
osx_image: xcode10.2
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
env:
- SWIFT_VERSION=4.2
- SWIFT_VERSION=5.0
script:
- swift package update
- swift test
Expand Down
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"package": "Math",
"repositoryURL": "https://github.com/dn-m/Math",
"state": {
"branch": null,
"revision": "075ebb5a934251ed7acbe4feace925ed7e322d0f",
"version": "0.6.0"
"branch": "swift-5",
"revision": "4096d7d5a33f43c6e7b393926ba82d799050e365",
"version": null
}
},
{
"package": "Music",
"repositoryURL": "https://github.com/dn-m/Music",
"state": {
"branch": null,
"revision": "37779cef6a8ba93b117d44d477ecb6f2a123f335",
"version": "0.13.1"
"branch": "swift-5",
"revision": "abf9bbc27ee72f38ce9ed6ec3e6ca238b1962a92",
"version": null
}
},
{
Expand All @@ -32,9 +32,9 @@
"package": "Structure",
"repositoryURL": "https://github.com/dn-m/Structure",
"state": {
"branch": null,
"revision": "d699d35bc2d6b65303d23ec95a6c1eb66e65c2e7",
"version": "0.22.0"
"branch": "swift-5",
"revision": "8f67514cba950f60ee992a8d0996d4f11d9654b0",
"version": null
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ let package = Package(
.library(name: "StaffModel", targets: ["StaffModel"])
],
dependencies: [
.package(url: "https://github.com/dn-m/Structure", from: "0.22.0"),
.package(url: "https://github.com/dn-m/Math", from: "0.2.0"),
.package(url: "https://github.com/dn-m/Music", from: "0.10.0")
.package(url: "https://github.com/dn-m/Structure", from: "0.23.0"),
.package(url: "https://github.com/dn-m/Math", from: "0.7.0"),
.package(url: "https://github.com/dn-m/Music", from: "0.14.0")
],
targets: [
// Sources
Expand Down

0 comments on commit 4464ebc

Please sign in to comment.