Skip to content

Commit 84c69a9

Browse files
committed
update to alpha 2
1 parent 5d38037 commit 84c69a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
.library(name: "FluentPostgresDriver", targets: ["FluentPostgresDriver"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/vapor/fluent-kit.git", .branch("master")),
11-
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0-alpha"),
10+
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-alpha.2"),
11+
.package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0-alpha.2"),
1212
],
1313
targets: [
1414
.target(name: "FluentPostgresDriver", dependencies: [

0 commit comments

Comments
 (0)