Skip to content

Commit f7ad107

Browse files
committed
Use postgres-migrations repo
1 parent 81119b9 commit f7ad107

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
@@ -11,14 +11,14 @@ let package = Package(
1111
dependencies: [
1212
// TODO: use a released version of swift-jobs
1313
.package(url: "https://github.com/hummingbird-project/swift-jobs.git", branch: "main"),
14-
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.6.0"),
14+
.package(url: "https://github.com/hummingbird-project/postgres-migrations.git", from: "0.1.0"),
1515
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.25.0"),
1616
],
1717
targets: [
1818
.target(
1919
name: "JobsPostgres",
2020
dependencies: [
21-
.product(name: "PostgresMigrations", package: "hummingbird-postgres"),
21+
.product(name: "PostgresMigrations", package: "postgres-migrations"),
2222
.product(name: "Jobs", package: "swift-jobs"),
2323
.product(name: "PostgresNIO", package: "postgres-nio"),
2424
]

0 commit comments

Comments
 (0)