Skip to content

Commit

Permalink
Updated Vapor version to official release
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 7, 2018
1 parent e153695 commit de5d9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "LingoVapor", targets: ["LingoVapor"])
],
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/miroslavkovac/Lingo.git", from: "3.0.5")
],
targets: [
Expand Down

0 comments on commit de5d9ff

Please sign in to comment.