Skip to content

Commit

Permalink
Update Splat requirement from 7.* to 8.* (#49)
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)
- [Changelog](https://github.com/reactiveui/splat/blob/master/RELEASENOTES.md)
- [Commits](reactiveui/splat@7.0.1...8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Jul 2, 2019
1 parent 5c3df2a commit 0815077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fusillade/Fusillade.csproj
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="punchclock" Version="3.*" />
<PackageReference Include="Splat" Version="7.*" />
<PackageReference Include="Splat" Version="8.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Reactive" Version="4.1.5" />
</ItemGroup>
Expand Down

0 comments on commit 0815077

Please sign in to comment.