Skip to content

Commit

Permalink
dbkit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Apr 25, 2018
1 parent 8c95211 commit a433a82
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 @@ -11,7 +11,7 @@ let package = Package(
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),

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

// *️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
.package(url: "https://github.com/vapor/sql.git", from: "1.0.0"),
Expand Down

0 comments on commit a433a82

Please sign in to comment.