Update scoreboard-library reference and bump version to 3.0.9#304
Merged
twisti-dev merged 3 commits intoversion/26.1from Apr 9, 2026
Merged
Update scoreboard-library reference and bump version to 3.0.9#304twisti-dev merged 3 commits intoversion/26.1from
twisti-dev merged 3 commits intoversion/26.1from
Conversation
- change scoreboard-library-implementation to reference scoreboard-library version
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns the Scoreboard Library implementation dependency with the API dependency version in the Gradle version catalog and bumps the overall project version to 3.0.9.
Changes:
- Unified
scoreboard-library-implementationto reference the samescoreboard-libraryversion ingradle/libs.versions.tomland removed the redundant implementation version entry. - Bumped project version from
3.0.8to3.0.9ingradle.properties.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle/libs.versions.toml | Removes the separate implementation version and points implementation artifact to version.ref = "scoreboard-library" for consistency. |
| gradle.properties | Updates project version to 3.0.9. |
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 makes a minor update to the project version and fixes a dependency version reference for the scoreboard library implementation.
Dependency management improvements:
scoreboard-library-implementationdependency ingradle/libs.versions.tomlto use the same version asscoreboard-library, ensuring consistency between API and implementation.scoreboard-library-implementationversion entry fromgradle/libs.versions.toml, as it's now unified with the main library version.Project versioning:
3.0.8to3.0.9ingradle.properties.