Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #113 from rb-de0/feature/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
rb-de0 committed Aug 18, 2018
2 parents 99892da + 1bdc781 commit 353de39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/vapor/auth.git",
"state": {
"branch": null,
"revision": "f5835c28988452780243f2d15c6a68ed9ebf5e60",
"version": "2.0.0"
"revision": "90868627c7587ea207c0b6d4054265e68f6a33ef",
"version": "2.0.1"
}
},
{
Expand Down Expand Up @@ -114,8 +114,8 @@
"repositoryURL": "https://github.com/vapor/http.git",
"state": {
"branch": null,
"revision": "8123ea00e9858b369cd168d0303d33e7d3804d19",
"version": "3.0.7"
"revision": "a192ee144ab53370b2c095c003f429746df85595",
"version": "3.1.0"
}
},
{
Expand Down Expand Up @@ -177,8 +177,8 @@
"repositoryURL": "https://github.com/vapor/redis.git",
"state": {
"branch": null,
"revision": "80c9032c70eddb7df5ffb28eddf4237ff3415ae8",
"version": "3.0.0-rc.5"
"revision": "7ad1ad7715a90c468cc4fcf427f21635f8e8879e",
"version": "3.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.package(url: "https://github.com/vapor/auth.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/fluent-mysql.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/leaf.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/redis.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/redis.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/validation.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0")
],
Expand Down

0 comments on commit 353de39

Please sign in to comment.