Skip to content

Commit b293d43

Browse files
build(deps): update Splat requirement from 9.* to 10.* in /src (#2653)
Updates the requirements on [Splat](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 cddd133 commit b293d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI/ReactiveUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup>
2323
<Compile Remove="Platforms\**\*.cs" />
2424
<None Include="Platforms\**\*.cs" />
25-
<PackageReference Include="Splat" Version="9.*" />
25+
<PackageReference Include="Splat" Version="10.*" />
2626
<PackageReference Include="DynamicData" Version="7.*" />
2727
<PackageReference Include="System.Reactive" Version="5.0.0" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)