Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
implementation("net.kyori:adventure-text-minimessage:4.23.0")

implementation("dev.rollczi:litecommands-bukkit:3.9.7")
implementation("dev.rollczi:litecommands-annotations:3.10.0")
implementation("dev.rollczi:litecommands-bukkit:3.10.6")
implementation("dev.rollczi:litecommands-annotations:3.10.6")
Comment on lines +38 to +39
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While aligning the versions of litecommands-bukkit and litecommands-annotations is a good step, a more robust approach would be to use the LiteCommands Bill of Materials (BOM). This ensures that all litecommands modules use compatible versions and simplifies dependency management, preventing potential version mismatches in the future.

    implementation(platform("dev.rollczi:litecommands-bom:3.10.6"))
    implementation("dev.rollczi:litecommands-bukkit")
    implementation("dev.rollczi:litecommands-annotations")


implementation("com.eternalcode:multification-bukkit:1.2.1")
implementation("com.eternalcode:multification-okaeri:1.2.1")
Expand Down
Loading