Skip to content

Commit

Permalink
Bump Akka.TestKit.Xunit2 from 1.4.15 to 1.4.18
Browse files Browse the repository at this point in the history
Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.4.15 to 1.4.18.
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.4.15...1.4.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 7, 2021
1 parent 9218ccf commit 935b664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.15" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.18" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.2" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion src/Akka.Quartz.Actor.Tests/Akka.Quartz.Actor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.15" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.18" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
</ItemGroup>
Expand Down

0 comments on commit 935b664

Please sign in to comment.