Skip to content

Commit fa7af5f

Browse files
build(deps): update Splat.Ninject requirement from 9.* to 10.* in /src (#2651)
Updates the requirements on [Splat.Ninject](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2916213 commit fa7af5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.Splat.Tests/ReactiveUI.Splat.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Splat.Autofac" Version="10.*" />
1313
<PackageReference Include="Splat.DryIoc" Version="10.*" />
14-
<PackageReference Include="Splat.Ninject" Version="9.*" />
14+
<PackageReference Include="Splat.Ninject" Version="10.*" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)