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

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] authored Aug 20, 2021
1 parent fa173df commit c7439e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Akavache.Mobile/Akavache.Mobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit c7439e1

Please sign in to comment.