Update dependencies and bump version to 3.1.1#312
Merged
twisti-dev merged 2 commits intoversion/26.1from Apr 18, 2026
Merged
Conversation
- com.palantir.javapoet: 0.12.0 → 0.14.0 - kotlinx-serialization: 1.10.0 → 1.11.0 - scoreboard-library: 2.7.3 → 2.7.4 - dokka: 2.1.0 → 2.2.0 - gradle wrapper: 9.4.0 → 9.4.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request primarily updates several dependencies and tools to their latest versions, ensuring improved stability, compatibility, and access to new features. The changes affect both project plugins and libraries, as well as the Gradle build system.
Dependency and plugin updates:
kotlinx-serializationto version1.11.0for improved serialization features and bug fixes.scoreboard-libraryto version2.7.4for the latest scoreboard functionality.dokkadocumentation tool to version2.2.0for enhanced documentation generation.com.palantir.javapoet:javapoetto version0.14.0in the Gradle plugin for improved Java code generation capabilities.Build system updates:
9.4.1for the latest build performance and fixes, and updated the associatedgradlewscript reference. [1] [2]Project versioning:
3.1.1ingradle.propertiesto reflect these updates.