Skip to content

Commit

Permalink
build(deps): update Splat.Drawing requirement from 9.* to 10.* in /src (
Browse files Browse the repository at this point in the history
#650)

Updates the requirements on [Splat.Drawing](https://github.com/reactiveui/splat) to permit the latest version.
- [Release notes](https://github.com/reactiveui/splat/releases)
- [Changelog](https://github.com/reactiveui/splat/blob/main/RELEASENOTES.md)
- [Commits](reactiveui/splat@9.0.4...10.0.1)

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 Jan 22, 2021
1 parent 96bfa27 commit 4e81cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Akavache.Drawing/Akavache.Drawing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Splat.Drawing" Version="9.*" />
<PackageReference Include="Splat.Drawing" Version="10.*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Akavache.Tests/Akavache.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
<PackageReference Include="ReactiveUI.Testing" Version="13.*" />
<PackageReference Include="Splat" Version="10.*" />
<PackageReference Include="Splat.Drawing" Version="9.*" />
<PackageReference Include="Splat.Drawing" Version="10.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.4" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
Expand Down

0 comments on commit 4e81cc7

Please sign in to comment.