Skip to content

Commit

Permalink
package: Use the office vapor release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed May 5, 2018
1 parent 4ccc032 commit af7e369
Showing 1 changed file with 1 addition and 1 deletion.
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(
.library(name: "Pagination", targets: ["Pagination"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0-rc"),
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0-rc")
],
Expand Down

0 comments on commit af7e369

Please sign in to comment.