Skip to content

Commit 8299b53

Browse files
committed
Fix ModMenu dependency
1 parent ebd2d72 commit 8299b53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ allprojects {
8585
// adds some useful annotations for miscellaneous uses. does not add any dependencies, though people without the lib will be missing some useful context hints.
8686
implementation("org.jetbrains:annotations:23.0.0")
8787

88-
modLocalRuntime("com.github.calmilamsy:ModMenu:${project.properties["modmenu_version"]}") {
88+
modLocalRuntime("net.glasslauncher.mods:ModMenu:${project.properties["modmenu_version"]}") {
8989
isTransitive = false
9090
}
9191

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fabric.loom.multiProjectOptimisation=true
2929
# Test properties
3030
gcapi_version = 3.0.0
3131
hmi_version = 5.2.1
32-
modmenu_version = v1.8.5-beta.3
32+
modmenu_version = 1.8.5-beta.9
3333
mojangfix_version = 0.5.2

0 commit comments

Comments
 (0)