Bump HMCLauncher to 3.6.0.6 (#4086)

This commit is contained in:
Glavo
2025-07-16 18:50:57 +08:00
committed by GitHub
parent 8ebf58e8fa
commit e4c479754b
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ dependencies {
implementation(libs.java.info)
if (launcherExe == null) {
implementation("org.glavo.hmcl:HMCLauncher:3.6.0.4")
implementation(libs.hmclauncher)
}
}