Skip to content

Commit 749361a

Browse files
authored
Updated postgres-kit version to 2.3.0 (#175)
1 parent 0a925f4 commit 749361a

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
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/vapor/async-kit.git", from: "1.2.0"),
1414
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0"),
15-
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0"),
15+
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.3.0"),
1616
],
1717
targets: [
1818
.target(name: "FluentPostgresDriver", dependencies: [

0 commit comments

Comments
 (0)