Skip to content

Commit

Permalink
revert: litecommands to 3.6.1
Browse files Browse the repository at this point in the history
- command-argument resolver issues with 3.7.0+ need to be fixed
  • Loading branch information
xEricL committed Dec 6, 2024
1 parent 97897d8 commit 0d1f773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
shade(this, "org.apache.commons:commons-dbcp2:2.12.0")
shade(this, "com.github.PikaMug:LocaleLib:4.1.0")

val liteCommands = "3.9.1"
val liteCommands = "3.6.1"
shade(this, "dev.rollczi:litecommands-bukkit:$liteCommands")
shade(this, "dev.rollczi:litecommands-adventure-platform:$liteCommands")

Expand Down

0 comments on commit 0d1f773

Please sign in to comment.