Skip to content

Commit

Permalink
Merge pull request #189 from goodtrailer/dependabot/nuget/ppy.osu.Gam…
Browse files Browse the repository at this point in the history
…e-2024.911.0
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
2 parents 3508196 + 88885ee commit f59ffc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace osu.Game.Rulesets.Soyokaze.Skinning
{
public class SoyokazeSkinComponentLookup : GameplaySkinComponentLookup<SoyokazeSkinComponents>
public class SoyokazeSkinComponentLookup : SkinComponentLookup<SoyokazeSkinComponents>
{
public SoyokazeSkinComponentLookup(SoyokazeSkinComponents component)
: base(component)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbeddedResource Include="Resources\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.816.0" />
<PackageReference Include="ppy.osu.Game" Version="2024.911.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\Samples\Gameplay" />
Expand Down

0 comments on commit f59ffc4

Please sign in to comment.