Skip to content

Commit

Permalink
chore(deps): update dependency vapor/fluent-sqlite-driver to v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent b0f0f62 commit 393ad5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
)

0 comments on commit 393ad5e

Please sign in to comment.