We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc0746 commit c7cd020Copy full SHA for c7cd020
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
dependencies: [
16
.package(url: "https://github.com/vapor/async-kit.git", from: "1.14.0"),
17
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.36.0"),
18
- .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.9.0"),
+ .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.10.1"),
19
],
20
targets: [
21
.target(name: "FluentPostgresDriver", dependencies: [
0 commit comments