diff --git a/Package.resolved b/Package.resolved index 83a83c0..c921a4d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { diff --git a/Package.swift b/Package.swift index e22a16f..c5e447b 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [