Skip to content

Commit

Permalink
build(deps): Update Refit requirement from 6.* to 7.* (#756)
Browse files Browse the repository at this point in the history
Updates the requirements on [Refit](https://github.com/reactiveui/refit) to permit the latest version.
- [Release notes](https://github.com/reactiveui/refit/releases)
- [Commits](reactiveui/refit@v6.0.1...7.0.0)

---
updated-dependencies:
- dependency-name: Refit
  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 Oct 4, 2023
1 parent a896d0a commit 08f4fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin/Cinephile/Cinephile.Core/Cinephile.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="akavache" Version="9.*" />
<PackageReference Include="Refit" Version="6.*" />
<PackageReference Include="Refit" Version="7.*" />
<PackageReference Include="Fusillade" Version="2.*" />
<PackageReference Include="System.Reactive.Compatibility" Version="6.0.0" />
<PackageReference Include="DynamicData" Version="8.*" />
Expand Down

0 comments on commit 08f4fa6

Please sign in to comment.