LiteCommands v3.9.2
What's Changed
- GH-485 Fix the error where Gradle can only be used normally by @huanmeng-qwq in #485
- dependency: Update dependency gradle to v8.11 by @renovate in #484
- dependency: Update dependency gradle to v8.11.1 by @renovate in #487
- GH-437 Improve schedulers by @BlackBaroness in #486
- GH-488 Update sponsors.yml by @huanmeng-qwq in #488
- dependency: Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0 by @renovate in #493
- GH-492 Fix FabricServerSender#getIdentifier by @huanmeng-qwq in #492
- GH-496 Create and expose Cooldown API. Create PlatformSender factory by @Rollczi in #496
- GH-499 Fix argument range validation while parsing. by @Rollczi in #499
Update dependencies
implementation("dev.rollczi:{artifact}:3.9.2")
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.9.2</version>
</dependency>
{artifact}
with platform artifact
Full Changelog: v3.9.1...v3.9.2