Skip to content

Commit

Permalink
Updated postgres-kit version to 2.3.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrelling committed Nov 10, 2020
1 parent 0a925f4 commit 749361a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/async-kit.git", from: "1.2.0"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.3.0"),
],
targets: [
.target(name: "FluentPostgresDriver", dependencies: [
Expand Down

0 comments on commit 749361a

Please sign in to comment.