LiteCommands v2.8.2 - Sequoia
What's Changed
- Update all dependencies by @renovate in #172
- Replace version in readme 2.8.0 -> 2.8.1 by @vLuckyyy in #175
- GH-178 Fix LiteException feature. Add the ability to handle exceptions as a result. by @Rollczi in #178
- GH-179 Copy metadata to child commands if is used root route command. by @Rollczi in #179
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.2</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.2")
Full Changelog: v2.8.1...v2.8.2