Skip to content

Commit af74d06

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
and
Self-hosted Renovate Bot
authored
chore(deps): update dependency vapor/fluent-sqlite-driver to v4.7.4 (#1171)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/fluent-sqlite-driver](https://togithub.com/vapor/fluent-sqlite-driver) | patch | `4.7.3` -> `4.7.4` | --- ### Release Notes <details> <summary>vapor/fluent-sqlite-driver (vapor/fluent-sqlite-driver)</summary> ### [`v4.7.4`](https://togithub.com/vapor/fluent-sqlite-driver/releases/tag/4.7.4): - Fixes typo in `FluentSQLiteConfiguration.swift` [Compare Source](https://togithub.com/vapor/fluent-sqlite-driver/compare/4.7.3...4.7.4) #### What's Changed Fixes typo in `FluentSQLiteConfiguration.swift` by [@&#8203;tjbarber](https://togithub.com/tjbarber) in [#&#8203;96](https://togithub.com/vapor/fluent-sqlite-driver/issues/96) > Fixes typo in `FluentSQLiteConfiguration.swift`. > > I hate to be this person but my editor was yelling at me, so I decided to be the change that I want to see in the world. ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/fluent-sqlite-driver@4.7.3...4.7.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent caed8d6 commit af74d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vapor_example/swift/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let package = Package(
77
dependencies: [
88
.package(url: "https://github.com/vapor/vapor.git", exact: "4.102.1"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.11.0"),
10-
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.7.3"),
10+
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.7.4"),
1111
]
1212
)

0 commit comments

Comments
 (0)