diff --git a/examples/vapor_example/swift/Package.swift b/examples/vapor_example/swift/Package.swift index afef1e71f..60de5f90c 100644 --- a/examples/vapor_example/swift/Package.swift +++ b/examples/vapor_example/swift/Package.swift @@ -7,6 +7,6 @@ let package = Package( dependencies: [ .package(url: "https://github.com/vapor/vapor.git", exact: "4.106.0"), .package(url: "https://github.com/vapor/fluent.git", exact: "4.11.0"), - .package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.7.4"), + .package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.8.0"), ] )