diff --git a/Package.swift b/Package.swift index 7478360..60ebb29 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/vapor/vapor.git", from: "4.78.2"), - .package(url: "https://github.com/vapor/fluent.git", from: "4.8.0") + .package(url: "https://github.com/vapor/fluent.git", from: "4.9.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.