Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/dev.rollczi.litecommands-c…
Browse files Browse the repository at this point in the history
…ore-2.8.9
  • Loading branch information
imDMK authored Aug 30, 2023
2 parents bdd2766 + 2dc0b4f commit a0a15ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ dependencies {
implementation("dev.rollczi.litecommands:core:2.8.9")
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.8")

implementation("dev.rollczi.litecommands:core:2.8.8")
implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.9")

implementation("com.eternalcode:gitcheck:1.0.0")
implementation("org.bstats:bstats-bukkit:3.0.2")

testImplementation platform("org.junit:junit-bom:5.9.1")
testImplementation platform("org.junit:junit-bom:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down

0 comments on commit a0a15ab

Please sign in to comment.