Skip to content

Commit

Permalink
packages: Upgrade everything from the RC releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Sep 3, 2018
1 parent 7891101 commit d018e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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-rc"),
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0-rc")
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0")
],
targets: [
.target(name: "Pagination", dependencies: ["Vapor", "Fluent"]),
Expand Down

0 comments on commit d018e2a

Please sign in to comment.