Skip to content

Commit

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

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

---
updated-dependencies:
- dependency-name: Splat.Ninject
  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 Dec 2, 2021
1 parent fc9cdf2 commit 43882c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.Splat.Tests/ReactiveUI.Splat.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Splat.Autofac" Version="14.*" />
<PackageReference Include="Splat.DryIoc" Version="14.*" />
<PackageReference Include="Splat.Ninject" Version="13.*" />
<PackageReference Include="Splat.Ninject" Version="14.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 43882c7

Please sign in to comment.