Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EVAST9919 committed Jul 19, 2021
1 parent 1ba8289 commit df77999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Touhosu/UI/TouhosuSettingsSubsection.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Localisation;
using osu.Game.Overlays.Settings;
using osu.Game.Rulesets.Touhosu.Configuration;

namespace osu.Game.Rulesets.Touhosu.UI
{
public class TouhosuSettingsSubsection : RulesetSettingsSubsection
{
protected override string Header => "Touhosu";
protected override LocalisableString Header => "Touhosu";

public TouhosuSettingsSubsection(Ruleset ruleset)
: base(ruleset)
Expand Down
4 changes: 2 additions & 2 deletions osu.Game.Rulesets.Touhosu/osu.Game.Rulesets.Touhosu.csproj
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.Framework" Version="2021.622.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.623.0" />
<PackageReference Include="ppy.osu.Framework" Version="2021.714.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.720.0" />
</ItemGroup>
</Project>

0 comments on commit df77999

Please sign in to comment.