Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Update git URL for FluentPostgreSQL
  • Loading branch information
jbrophy17 committed Jul 10, 2019
1 parent ee24270 commit 1f6aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.package(url: "https://github.com/vapor/fluent.git", from: "3.0.0"),

// 🐘 Non-blocking, event-driven Swift client for PostgreSQL.
.package(url: "https://github.com/vapor/fluent-postgresql.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/fluent-postgres-driver", from: "1.0.0"),

// Well Known Binary Encoding and Decoding
.package(url: "https://github.com/plarson/WKCodable", from: "0.1.1"),
Expand Down

0 comments on commit 1f6aeba

Please sign in to comment.