Skip to content

Commit

Permalink
GH-622 Update dependency dev.rollczi:litecommands-core to v3.2.2 (#622)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent 6d48813 commit 411767d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
testImplementation("dev.rollczi:litecommands-core:3.2.1")
testImplementation("dev.rollczi:litecommands-core:3.2.2")
testImplementation("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
testImplementation("net.dzikoysk:cdn:1.14.4")
testImplementation("org.panda-lang:expressible-junit:1.3.6")
Expand Down
2 changes: 1 addition & 1 deletion eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
runtimeOnly("net.dzikoysk:cdn:1.14.4")
runtimeOnly("com.j256.ormlite:ormlite-jdbc:6.1")
runtimeOnly("com.zaxxer:HikariCP:5.1.0")
runtimeOnly("dev.rollczi:litecommands-core:3.2.1")
runtimeOnly("dev.rollczi:litecommands-core:3.2.2")
runtimeOnly("dev.rollczi:liteskullapi:1.3.0")
runtimeOnly("org.panda-lang:expressible:1.3.6")
runtimeOnly("org.panda-lang:panda-utilities:0.5.3-alpha")
Expand Down

0 comments on commit 411767d

Please sign in to comment.