Skip to content

Commit

Permalink
build(deps): update ReactiveUI requirement from 12.* to 13.* (#130)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI](https://github.com/reactiveui/reactiveui) to permit the latest version.
- [Release notes](https://github.com/reactiveui/reactiveui/releases)
- [Commits](reactiveui/ReactiveUI@12.1.1...13.0.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 Dec 9, 2020
1 parent 621ecc3 commit 54efa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fusillade.Tests/Fusillade.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="akavache" Version="7.*" />
<PackageReference Include="DynamicData" Version="7.*" />
<PackageReference Include="ReactiveUI" Version="12.*" />
<PackageReference Include="ReactiveUI" Version="13.*" />
<PackageReference Include="ReactiveUI.Testing" Version="12.*" />
</ItemGroup>
</Project>

0 comments on commit 54efa36

Please sign in to comment.