Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7fdae9d

Browse files
authoredMar 19, 2025··
Bump Akka.TestKit.Xunit2 from 1.5.38 to 1.5.39 in /unit-1/completed (#356)
Bumps [Akka.TestKit.Xunit2](https://github.com/akkadotnet/akka.net) from 1.5.38 to 1.5.39. - [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.5.38...1.5.39) --- updated-dependencies: - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3092dc0 commit 7fdae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎unit-1/completed/AkkaWordCounter2.App.Tests/AkkaWordCounter2.App.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Akka.Hosting.TestKit" Version="1.5.38" />
13-
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.5.38" />
13+
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.5.39" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.4">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)
Please sign in to comment.