Skip to content

Commit 27cb90b

Browse files
committed
Use postgres-migrations 1.1.0
1 parent 67fe6a1 commit 27cb90b

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
@@ -22,7 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.16.0"),
25-
.package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.0.0"),
25+
.package(url: "https://github.com/hummingbird-project/postgres-migrations", from: "1.1.0"),
2626
.package(url: "https://github.com/vapor/postgres-nio", from: "1.29.0"),
2727
],
2828
targets: [

0 commit comments

Comments
 (0)