Skip to content

Commit

Permalink
Update SDL to 2.30.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore committed Oct 31, 2024
1 parent fe1e6ae commit ec339aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chroma.Natives/Chroma.Natives.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Chroma/Chroma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Dependencies/lib/buildvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SKIP_FT=1

FT_TAG=VER-2-13-2
HB_TAG=8.4.0
SDL_VER=30.5
SDL_VER=30.8
SDL_TAG=release-2.$SDL_VER
SDLSOUND_VER=2.0.3

Expand Down

0 comments on commit ec339aa

Please sign in to comment.