Skip to content

Commit

Permalink
update to official tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jun 15, 2018
1 parent 0d35a22 commit 8a37a5d
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 @@ -8,13 +8,13 @@ let package = Package(
],
dependencies: [
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
.package(url: "https://github.com/vapor/core.git", .branch("fluent-gm")),
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),

// 🔑 Hashing (BCrypt, SHA, HMAC, etc), encryption, and randomness.
.package(url: "https://github.com/vapor/crypto.git", from: "3.0.0"),

// 🗄 Core services for creating database integrations.
.package(url: "https://github.com/vapor/database-kit.git", .branch("fluent-gm")),
.package(url: "https://github.com/vapor/database-kit.git", from: "1.0.0"),

// 📦 Dependency injection / inversion of control framework.
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),
Expand Down

0 comments on commit 8a37a5d

Please sign in to comment.