Skip to content

Commit 964f3ed

Browse files
fix(deps): update dependency com.hypixel.hytale:server to v2026.04.02-51731a32a (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63b477a commit 964f3ed

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.26-92489d5e7")
9+
compileOnly("com.hypixel.hytale:Server:2026.04.02-51731a32a")
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.26-92489d5e7")
6+
compileOnly("com.hypixel.hytale:Server:2026.04.02-51731a32a")
77
implementation(project(":hytale"))
88
}
99

0 commit comments

Comments
 (0)