Skip to content

Commit

Permalink
Merge pull request #571 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
Browse files Browse the repository at this point in the history
…-2024.412.0

Bump ppy.osu.Game from 2024.312.0 to 2024.412.0
  • Loading branch information
LumpBloom7 authored Apr 12, 2024
2 parents 4c82d48 + 63e574f commit b1c3e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions osu.Game.Rulesets.Sentakki.Tests/UI/TestSceneResumeOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Game.Rulesets.Sentakki.UI;
using osu.Game.Rulesets.UI;
using osu.Game.Screens.Play;
using osu.Game.Tests.Visual;

Expand All @@ -13,12 +14,12 @@ public partial class TestSceneResumeOverlay : OsuTestScene

public TestSceneResumeOverlay()
{
CursorContainer cursor;
GameplayCursorContainer cursor;
ResumeOverlay resume;

Children = new Drawable[]
{
cursor = new CursorContainer(),
cursor = new GameplayCursorContainer(),
resume = new SentakkiResumeOverlay
{
GameplayCursor = cursor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.312.0"/>
<PackageReference Include="ppy.osu.Game" Version="2024.412.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
Expand Down

0 comments on commit b1c3e6f

Please sign in to comment.