Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Mar 28, 2024
1 parent a4f6ed1 commit 815e61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ dependencies {

implementation("dev.triumphteam:triumph-gui:3.1.7")


implementation("eu.okaeri:okaeri-configs-yaml-snakeyaml:5.0.1-beta.5")
implementation("eu.okaeri:okaeri-configs-serdes-commons:5.0.1-beta.5")
implementation("eu.okaeri:okaeri-configs-yaml-snakeyaml:5.0.1")
implementation("eu.okaeri:okaeri-configs-serdes-commons:5.0.1")
implementation("eu.okaeri:okaeri-configs-serdes-bukkit:5.0.1")

implementation("net.kyori:adventure-platform-bukkit:4.3.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import java.util.Optional;

public class UserArgument extends ArgumentResolver<CommandSender, User> {
public class UserArgument extends ArgumentResolver<CommandSender, User> {

private final NotificationSettings notificationSettings;
private final UserManager userManager;
Expand Down

0 comments on commit 815e61e

Please sign in to comment.