Skip to content

Commit 4d50a46

Browse files
fix(deps): update dependency com.hypixel.hytale:server to v2026.03.25-89796e57b
1 parent 2f0d3df commit 4d50a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hytale/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ repositories {
66

77
dependencies {
88
api(project(":core"))
9-
compileOnly("com.hypixel.hytale:Server:2026.03.23-338988e70")
9+
compileOnly("com.hypixel.hytale:Server:2026.03.25-89796e57b")
1010
}

hytale/example-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repositories {
33
}
44

55
dependencies {
6-
compileOnly("com.hypixel.hytale:Server:2026.03.23-338988e70")
6+
compileOnly("com.hypixel.hytale:Server:2026.03.25-89796e57b")
77
implementation(project(":hytale"))
88
}
99

0 commit comments

Comments
 (0)