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
…685)

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] committed Jun 21, 2021
1 parent 110f417 commit f1c0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Akavache.Mobile/Akavache.Mobile.csproj
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="reactiveui" Version="13.*" />
<PackageReference Include="reactiveui" Version="14.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f1c0900

Please sign in to comment.