Skip to content

Commit

Permalink
build(deps): update Splat requirement from 13.* to 14.* in /src (#3057)
Browse files Browse the repository at this point in the history
Updates the requirements on [Splat](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
  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 e7a6f36 commit 5b43151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI/ReactiveUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Splat" Version="13.*" />
<PackageReference Include="Splat" Version="14.*" />
<PackageReference Include="DynamicData" Version="7.*" />
</ItemGroup>

Expand Down

0 comments on commit 5b43151

Please sign in to comment.