Skip to content

Commit

Permalink
Bump FSharp.Data from 6.3.0 to 6.4.0 (#576) (#577)
Browse files Browse the repository at this point in the history
* Bump FSharp.Data from 6.3.0 to 6.4.0

Bumps [FSharp.Data](https://github.com/fsprojects/FSharp.Data) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/fsprojects/FSharp.Data/releases)
- [Changelog](https://github.com/fsprojects/FSharp.Data/blob/main/RELEASE_NOTES.md)
- [Commits](fsprojects/FSharp.Data@6.3.0...6.4.0)

---
updated-dependencies:
- dependency-name: FSharp.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 2a45904)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2b94a2e commit 93ef774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `System.Text.Json` from 8.0.1 to 8.0.2
- Bumps `Argu` from 6.2.1 to 6.2.2
- Bumps `FSharp.Data` from 6.3.0 to 6.4.0

## [1.7.0]
### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.YamlRunner/Tests.YamlRunner.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Update="FSharp.Core" Version="8.0.101" />

<PackageReference Include="Argu" Version="6.2.2" />
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="FSharp.Data" Version="6.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="SharpYaml" Version="2.1.1" />
Expand Down

0 comments on commit 93ef774

Please sign in to comment.