Skip to content

Commit

Permalink
Merge pull request #106 from baarde/sql-dependency-2.1
Browse files Browse the repository at this point in the history
Update SQL dependency to 2.1.0
  • Loading branch information
tanner0101 committed Nov 5, 2018
2 parents 64f400f + d26bfc4 commit b948492
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 @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-nio.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: "2.0.2"),
.package(url: "https://github.com/vapor/sql.git", from: "2.1.0"),
],
targets: [
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Core", "Crypto", "DatabaseKit", "NIO", "Service", "SQL"]),
Expand Down

0 comments on commit b948492

Please sign in to comment.