Skip to content

Commit

Permalink
Bumps dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Oct 10, 2024
1 parent ef26a1d commit b9f4804
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bedrock/floodgate/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compileOnly("org.geysermc.floodgate:api:2.2.2-SNAPSHOT")
compileOnly("org.geysermc.floodgate:api:2.2.3-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion bedrock/geyser/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compileOnly("org.geysermc.geyser:api:2.2.0-SNAPSHOT")
compileOnly("org.geysermc.geyser:api:2.4.2-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion bootstrap/bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.4.0-SNAPSHOT")
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.1.0-SNAPSHOT")
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
compileOnly("com.github.SkriptLang:Skript:2.9.3")
compileOnly("net.skinsrestorer:skinsrestorer-api:15.4.3")
compileOnly("com.alessiodp.parties:parties-bukkit:3.2.15")
Expand Down
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ buildscript {

plugins {
`java-library`
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
id("io.github.goooler.shadow") version "8.1.8"
id("io.papermc.paperweight.userdev") version "1.7.3" apply false
id("xyz.jpenilla.run-paper") version "2.3.1"
id("org.jetbrains.dokka") version "2.0.0-Beta"
id("io.papermc.hangar-publish-plugin") version "0.1.2"
id("fabric-loom") version "1.7-SNAPSHOT" apply false
id("com.modrinth.minotaur") version "2.+"
id("com.github.ben-manes.versions") version "0.51.0"
}

val minecraft = project.properties["minecraft_version"]!!.toString()
Expand Down Expand Up @@ -159,7 +160,7 @@ fun Project.velocity() = also {
compileOnly("com.velocitypowered:velocity-api:$velocity-SNAPSHOT")
compileOnly("com.velocitypowered:velocity-proxy:$velocity-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:$velocity-SNAPSHOT")
compileOnly("io.netty:netty-all:4.1.112.Final")
compileOnly("io.netty:netty-all:5.0.0.Alpha2")
compileOnly("org.bstats:bstats-velocity:$bStats")
}
}
Expand All @@ -178,7 +179,7 @@ fun Project.adventure() = also {
}
fun Project.library() = also {
it.dependencies {
implementation("org.yaml:snakeyaml:2.2")
implementation("org.yaml:snakeyaml:2.3")
implementation("com.google.code.gson:gson:2.11.0")
implementation("net.objecthunter:exp4j:0.4.8")
implementation(rootProject.fileTree("shaded"))
Expand Down

0 comments on commit b9f4804

Please sign in to comment.