Skip to content

Commit

Permalink
build(deps): update Splat.Drawing requirement from 12.* to 13.* in /s…
Browse files Browse the repository at this point in the history
…rc (#703)

Updates the requirements on [Splat.Drawing](https://github.com/reactiveui/splat) to permit the latest version.
- [Release notes](https://github.com/reactiveui/splat/releases)
- [Commits](reactiveui/splat@12.1.1...13.1.1)

---
updated-dependencies:
- dependency-name: Splat.Drawing
  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 Aug 20, 2021
1 parent 2937baa commit fa173df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Akavache.Drawing/Akavache.Drawing.csproj
Expand Up @@ -12,6 +12,6 @@

<ItemGroup>
<ProjectReference Include="..\Akavache.Core\Akavache.Core.csproj" />
<PackageReference Include="Splat.Drawing" Version="12.*" />
<PackageReference Include="Splat.Drawing" Version="13.*" />
</ItemGroup>
</Project>

0 comments on commit fa173df

Please sign in to comment.