Skip to content

Commit

Permalink
chore: Update deps for 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Mar 4, 2022
1 parent 41d7029 commit 7a6973b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subprojects {
}
}

val cloudVersion = "1.6.1"
val cloudVersion = "1.6.2"

dependencies {
compileOnly("io.leangen.geantyref:geantyref:1.3.11")
Expand Down Expand Up @@ -118,6 +118,7 @@ subprojects {
tasks {
compileJava {
options.compilerArgs.add("-parameters")
options.release.set(16)
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion vanilla-tweaks-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("me.lucko:commodore:1.11") {
implementation("me.lucko:commodore:1.13") {
exclude("com.mojang", "brigadier")
}

Expand Down

0 comments on commit 7a6973b

Please sign in to comment.