Skip to content

Commit

Permalink
Merge pull request #69 from Einstore/upgrade
Browse files Browse the repository at this point in the history
upgrade to ApiCore 1.0.0
  • Loading branch information
rafiki270 authored May 30, 2019
2 parents afbcf33 + 9d0e7a0 commit 7dc6d3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "ApiCore",
"repositoryURL": "https://github.com/LiveUI/ApiCore.git",
"state": {
"branch": "master",
"revision": "02347cf91ff13464c86dc919a926ba6ffc741587",
"version": null
"branch": null,
"revision": "e656a1143900a174039e2ecae2e2db96471b72dc",
"version": "1.0.0"
}
},
{
Expand Down Expand Up @@ -86,9 +86,9 @@
"package": "ErrorsCore",
"repositoryURL": "https://github.com/LiveUI/ErrorsCore.git",
"state": {
"branch": "master",
"branch": null,
"revision": "55e2ea6eed175809e0e8b47db3c8cf80de5d28f1",
"version": null
"version": "0.1.0"
}
},
{
Expand All @@ -113,9 +113,9 @@
"package": "FluentTestTools",
"repositoryURL": "https://github.com/LiveUI/FluentTestTools.git",
"state": {
"branch": "master",
"branch": null,
"revision": "d2e2adcc1d0c375328383cf5d89bc76778f5e78d",
"version": null
"version": "0.1.0"
}
},
{
Expand Down Expand Up @@ -167,9 +167,9 @@
"package": "MailCore",
"repositoryURL": "https://github.com/LiveUI/MailCore.git",
"state": {
"branch": "master",
"branch": null,
"revision": "b921d882715cdebdc8f03e79e3f0dd78a65ba4c4",
"version": null
"version": "0.2.3"
}
},
{
Expand Down Expand Up @@ -203,9 +203,9 @@
"package": "S3",
"repositoryURL": "https://github.com/LiveUI/S3.git",
"state": {
"branch": "master",
"branch": null,
"revision": "48367b8256bcc71becf573f427973da5192a6845",
"version": null
"version": "3.0.0"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/fluent-postgresql.git", from: "1.0.0-rc.4"),
.package(url: "https://github.com/vapor/fluent-postgresql.git", from: "1.0.0"),
.package(url: "https://github.com/kareman/SwiftShell.git", from: "4.0.2"),
.package(url: "https://github.com/LiveUI/S3.git", .branch("master")),
.package(url: "https://github.com/LiveUI/ErrorsCore.git", .branch("master")),
.package(url: "https://github.com/LiveUI/ApiCore.git", .branch("master")),
.package(url: "https://github.com/LiveUI/MailCore.git", .branch("master")),
.package(url: "https://github.com/LiveUI/S3.git", from: "3.0.0"),
.package(url: "https://github.com/LiveUI/ErrorsCore.git", from: "0.1.0"),
.package(url: "https://github.com/LiveUI/ApiCore.git", from: "1.0.0"),
.package(url: "https://github.com/LiveUI/MailCore.git", from: "0.2.3"),
.package(url: "https://github.com/LiveUI/VaporTestTools.git", from: "0.1.5"),
.package(url: "https://github.com/LiveUI/FluentTestTools.git", .branch("master")),
.package(url: "https://github.com/LiveUI/FluentTestTools.git", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit 7dc6d3d

Please sign in to comment.