Skip to content

Commit d26bfc4

Browse files
committed
Update SQL dependency to 2.1.0
SQLConnectable protocol is undeclared in SQL 2.0.2
1 parent c8b01a3 commit d26bfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.package(url: "https://github.com/apple/swift-nio.git", from: "1.0.0"),
2424

2525
// *️⃣ Build SQL queries in Swift. Extensible, protocol-based design that supports DQL, DML, and DDL.
26-
.package(url: "https://github.com/vapor/sql.git", from: "2.0.2"),
26+
.package(url: "https://github.com/vapor/sql.git", from: "2.1.0"),
2727
],
2828
targets: [
2929
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Core", "Crypto", "DatabaseKit", "NIO", "Service", "SQL"]),

0 commit comments

Comments
 (0)