Skip to content

Commit

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

Updates the requirements on [Splat.DryIoc](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] committed Jan 22, 2021
1 parent b293d43 commit 881990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Splat.Tests/ReactiveUI.Splat.Tests.csproj
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Splat.Autofac" Version="9.*" />
<PackageReference Include="Splat.DryIoc" Version="9.*" />
<PackageReference Include="Splat.DryIoc" Version="10.*" />
<PackageReference Include="Splat.Ninject" Version="9.*" />
</ItemGroup>

Expand Down

0 comments on commit 881990d

Please sign in to comment.