Skip to content

Commit a7760fc

Browse files
committed
Update postgresql
1 parent debfc54 commit a7760fc

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
@@ -18,7 +18,7 @@ let package = Package(
1818
.package(url: "https://github.com/vapor/fluent.git", .exact("3.0.0-beta.2")),
1919

2020
// Pure Swift, async/non-blocking client for PostgreSQL.
21-
.package(url: "https://github.com/vapor/postgresql.git", .exact("1.0.0-beta.1")),
21+
.package(url: "https://github.com/vapor/postgresql.git", .exact("1.0.0-beta.2")),
2222
],
2323
targets: [
2424
.target(name: "FluentPostgreSQL", dependencies: ["Async", "CodableKit", "Fluent", "FluentSQL", "PostgreSQL"]),

0 commit comments

Comments
 (0)