Skip to content

Commit

Permalink
GH-623 Update dependency dev.rollczi:litecommands-framework to v3.2.2 (
Browse files Browse the repository at this point in the history
…#623)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent 411767d commit d4952bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eternalcore-docs-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugins {
dependencies {
compileOnly("com.google.guava:guava:33.0.0-jre")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("dev.rollczi:litecommands-framework:3.2.1")
compileOnly("dev.rollczi:litecommands-framework:3.2.2")
}
2 changes: 1 addition & 1 deletion eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

implementation("com.google.guava:guava:33.0.0-jre")
implementation("com.google.code.gson:gson:2.10.1")
implementation("dev.rollczi:litecommands-framework:3.2.1")
implementation("dev.rollczi:litecommands-framework:3.2.2")

runtimeOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
runtimeOnly("io.papermc:paperlib:1.0.8")
Expand Down

0 comments on commit d4952bf

Please sign in to comment.