Skip to content

Commit

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

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@14.1.1...15.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 21, 2021
1 parent fa3db80 commit fc528da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Validation/ReactiveUI.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI" Version="14.*" />
<PackageReference Include="ReactiveUI" Version="15.*" />
</ItemGroup>
</Project>

0 comments on commit fc528da

Please sign in to comment.