Skip to content

Commit 9b6bc94

Browse files
committed
2 parents 4dd8199 + 41ce550 commit 9b6bc94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
compileOnly("net.lax1dude.eaglercraft.backend:api-velocity:1.0.0")
7272
compileOnly("net.lax1dude.eaglercraft.backend:api-bungee:1.0.0")
7373
compileOnly("net.lax1dude.eaglercraft.backend:api-bukkit:1.0.0")
74-
compileOnly("me.clip:placeholderapi:2.12.1")
74+
compileOnly("me.clip:placeholderapi:2.12.2")
7575
compileOnly("net.william278:papiproxybridge:1.8.4")
7676
implementation("org.semver4j:semver4j:6.0.0")
7777
implementation("de.marhali:json5-java:3.0.0")
@@ -175,7 +175,7 @@ tasks.named<RunServer>("runServer") {
175175
jvmArgs("-Dcom.mojang.eula.agree=true")
176176
downloadPlugins {
177177
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
178-
modrinth("placeholderapi", "2.12.1")
178+
modrinth("placeholderapi", "2.12.2")
179179
}
180180
}
181181

0 commit comments

Comments
 (0)