Skip to content

Commit b91b4f9

Browse files
committed
2 parents 2e05fb6 + a7ea336 commit b91b4f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ 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.11.7")
74+
compileOnly("me.clip:placeholderapi:2.12.1")
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")
7878
implementation("net.kyori:adventure-text-minimessage:4.26.1")
7979
implementation("net.kyori:adventure-text-serializer-legacy:4.26.1")
80-
implementation("com.github.seancfoley:ipaddress:5.5.1")
80+
implementation("com.github.seancfoley:ipaddress:5.6.1")
8181
implementation("org.bstats:bstats-bukkit:3.1.0")
8282
implementation("org.bstats:bstats-bungeecord:3.1.0")
8383
implementation("org.bstats:bstats-velocity:3.1.0")
@@ -174,7 +174,7 @@ tasks.withType<RunServer>().configureEach {
174174
jvmArgs("-Dcom.mojang.eula.agree=true")
175175
downloadPlugins {
176176
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
177-
modrinth("placeholderapi", "2.11.7")
177+
modrinth("placeholderapi", "2.12.1")
178178
}
179179
}
180180

0 commit comments

Comments
 (0)