Skip to content

Commit

Permalink
Update akka to 1.4.2 (neo-project#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnYun authored and Tommo-L committed Jun 22, 2020
1 parent b7cf78e commit b7d150f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/neo/neo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka" Version="1.3.16" />
<PackageReference Include="Akka" Version="1.4.2" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.1.11" />
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
Expand Down
4 changes: 2 additions & 2 deletions tests/neo.UnitTests/neo.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="Akka.TestKit" Version="1.3.16" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.3.16" />
<PackageReference Include="Akka.TestKit" Version="1.4.2" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b7d150f

Please sign in to comment.