Skip to content

Commit

Permalink
chore(deps): update splat requirement from 13.* to 14.* in /src (#193)
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 1, 2021
1 parent 3e6f38d commit 27bbbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Punchclock.Tests/Punchclock.Tests.csproj
Expand Up @@ -7,7 +7,7 @@

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

<ItemGroup>
Expand Down

0 comments on commit 27bbbf8

Please sign in to comment.