Skip to content

Commit

Permalink
chore(deps): update DynamicData requirement from 6.* to 7.* (#118)
Browse files Browse the repository at this point in the history
Updates the requirements on [DynamicData](https://github.com/reactiveui/DynamicData) to permit the latest version.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@6.0.0.2301-beta...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 27, 2020
1 parent f77dafd commit f1da23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Punchclock.Tests/Punchclock.Tests.csproj
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamicData" Version="6.*" />
<PackageReference Include="DynamicData" Version="7.*" />
<PackageReference Include="splat" Version="9.*" />
</ItemGroup>

Expand Down

0 comments on commit f1da23f

Please sign in to comment.