LiteCommands v2.8.1 - Sequoia
What's Changed
- GH-171 Update renovate.json for merge all incoming bumps to one PR by @vLuckyyy in #171
- GH-173 Add @rootroute annotation. Add an option to create all commands in one class. Add unit test for @rootroute annotation. by @Rollczi in #174
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.1")
Full Changelog: v2.8.0...v2.8.1