Skip to content

Commit

Permalink
Merge pull request #14 from Hexaville/swift4.1
Browse files Browse the repository at this point in the history
Support Swift4.1
  • Loading branch information
noppoMan committed Aug 15, 2018
2 parents c1dd1e1 + d29ef1e commit 43e6ee8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,35 @@
"repositoryURL": "https://github.com/noppoMan/HexavilleFramework.git",
"state": {
"branch": null,
"revision": "168658d90b7db006ac71ed6d2191f43fb423e744",
"version": "0.1.15"
"revision": "97e9ca73eb28ed2beabb079bf63f43e51360c7e8",
"version": "0.1.16"
}
},
{
"package": "Prorsum",
"repositoryURL": "https://github.com/noppoMan/Prorsum.git",
"state": {
"branch": null,
"revision": "6f2558056fb887a84331c5da7d6ac4211bc16187",
"version": "0.1.16"
"revision": "b278e88142a3b5a87feabc44b6522dabfcda8f99",
"version": "0.3.3"
}
},
{
"package": "ProrsumNet",
"repositoryURL": "https://github.com/noppoman/ProrsumNet.git",
"state": {
"branch": null,
"revision": "941e0c65df620467130e9eb2496a3c1275c1d307",
"version": "0.1.3"
}
},
{
"package": "SwiftCLI",
"repositoryURL": "https://github.com/jakeheis/SwiftCLI.git",
"state": {
"branch": null,
"revision": "8e5916bfcc7f8acee6fb2cb36d1ffefb02ac2460",
"version": "3.1.0"
"revision": "37f4a7f863f6fe76ce44fc0023f331eea0089beb",
"version": "5.2.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.executable(name: "hexaville-todo-example", targets: ["HexavilleAuthExample"])
],
dependencies: [
.package(url: "https://github.com/noppoMan/HexavilleFramework.git", .upToNextMajor(from: "0.1.15"))
.package(url: "https://github.com/noppoMan/HexavilleFramework.git", .upToNextMajor(from: "0.1.16"))
],
targets: [
.target(name: "HexavilleAuth", dependencies: ["HexavilleFramework"]),
Expand Down

0 comments on commit 43e6ee8

Please sign in to comment.