Skip to content

Commit

Permalink
build(deps): update akavache requirement from 8.* to 9.* in /src (#278)
Browse files Browse the repository at this point in the history
Updates the requirements on [akavache](https://github.com/reactiveui/akavache) to permit the latest version.
- [Release notes](https://github.com/reactiveui/akavache/releases)
- [Commits](reactiveui/Akavache@8.1.1...9.0.1)

---
updated-dependencies:
- dependency-name: akavache
  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 Jul 1, 2022
1 parent 60f9bac commit c4984d2
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 @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="akavache" Version="8.*" />
<PackageReference Include="akavache" Version="9.*" />
<PackageReference Include="ReactiveUI.Testing" Version="18.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit c4984d2

Please sign in to comment.