Skip to content

Commit d19ac44

Browse files
committed
task: bump SwiftCollections to v4.1.1
1 parent 2666137 commit d19ac44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/GridForge/GridForge.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@
9494
<ItemGroup Condition="'$(DisableMemoryPack)' != 'true'">
9595
<PackageReference Include="MemoryPack" Version="1.21.4" />
9696
<PackageReference Include="FixedMathSharp" Version="4.0.0" />
97-
<PackageReference Include="SwiftCollections" Version="4.1.0" />
97+
<PackageReference Include="SwiftCollections" Version="4.1.1" />
9898
</ItemGroup>
9999

100100
<ItemGroup Condition="'$(DisableMemoryPack)' == 'true'">
101101
<PackageReference Include="FixedMathSharp.Lean" Version="4.0.0" />
102-
<PackageReference Include="SwiftCollections.Lean" Version="4.1.0" />
102+
<PackageReference Include="SwiftCollections.Lean" Version="4.1.1" />
103103
</ItemGroup>
104104

105105
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">

0 commit comments

Comments
 (0)