Skip to content

Commit b1ce038

Browse files
committed
use tags
1 parent 64dbcd1 commit b1ce038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
.package(url: "https://github.com/vapor/crypto.git", from: "3.0.0"),
1515

1616
// 🗄 Core services for creating database integrations.
17-
.package(url: "https://github.com/vapor/database-kit.git", .branch("sql")),
17+
.package(url: "https://github.com/vapor/database-kit.git", from: "1.2.0"),
1818

1919
// 📦 Dependency injection / inversion of control framework.
2020
.package(url: "https://github.com/vapor/service.git", from: "1.0.0"),
@@ -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", .branch("sql")),
26+
.package(url: "https://github.com/vapor/sql.git", from: "2.0.0-beta"),
2727
],
2828
targets: [
2929
.target(name: "PostgreSQL", dependencies: ["Async", "Bits", "Core", "Crypto", "DatabaseKit", "NIO", "Service", "SQL"]),

0 commit comments

Comments
 (0)