Skip to content

Commit

Permalink
Bump Lib9c to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Oct 29, 2024
1 parent 2ce505f commit 7a090a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Lib9c.GraphQL/Lib9c.GraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Lib9c" Version="1.18.0" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Lib9c.Models.Tests/Lib9c.Models.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Lib9c" Version="1.18.0" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="xunit" Version="2.5.3"/>
Expand Down
2 changes: 1 addition & 1 deletion Lib9c.Models/Lib9c.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.12" />
<PackageReference Include="Lib9c" Version="1.18.0" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mimir.MongoDB/Mimir.MongoDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="HotChocolate.Abstractions" Version="13.9.12" />
<PackageReference Include="HotChocolate.Data.MongoDb" Version="13.9.12" />
<PackageReference Include="Lib9c" Version="1.18.0"/>
<PackageReference Include="Lib9c" Version="1.19.0"/>
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
<PackageReference Include="MongoDB.Bson" Version="2.27.0" />
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
Expand Down
4 changes: 2 additions & 2 deletions Mimir.Worker/Mimir.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lib9c" Version="1.18.0" />
<PackageReference Include="Lib9c.Abstractions" Version="1.18.0" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c.Abstractions" Version="1.19.0" />
<PackageReference Include="Libplanet.RocksDBStore" Version="5.3.0-alpha.3" />
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion Mimir/Mimir.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Lib9c" Version="1.18.0" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Libplanet" Version="5.3.0-alpha.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.3.1" />
Expand Down

0 comments on commit 7a090a8

Please sign in to comment.