Skip to content

Commit

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

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@15.1.1...16.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] committed Aug 27, 2021
1 parent 5f9ae1f commit ad650ed
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="15.*" />
<PackageReference Include="ReactiveUI" Version="16.*" />
<PackageReference Include="ReactiveUI.Testing" Version="15.*" />
</ItemGroup>
</Project>

0 comments on commit ad650ed

Please sign in to comment.