Skip to content

Commit

Permalink
build(deps): update ReactiveUI requirement from 13.* to 14.* in /src (#…
Browse files Browse the repository at this point in the history
…173)

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@13.0.1...14.1.1)

---
updated-dependencies:
- dependency-name: ReactiveUI
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2021
1 parent 716f1b5 commit 3926db8
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="13.*" />
<PackageReference Include="ReactiveUI" Version="14.*" />
<PackageReference Include="ReactiveUI.Testing" Version="13.*" />
</ItemGroup>
</Project>

0 comments on commit 3926db8

Please sign in to comment.