Skip to content

Commit e4c4797

Browse files
authored
Bump HMCLauncher to 3.6.0.6 (#4086)
1 parent 8ebf58e commit e4c4797

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HMCL/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation(libs.java.info)
4545

4646
if (launcherExe == null) {
47-
implementation("org.glavo.hmcl:HMCLauncher:3.6.0.4")
47+
implementation(libs.hmclauncher)
4848
}
4949
}
5050

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[versions]
2+
hmclauncher = "3.6.0.6"
23
jetbrains-annotations = "26.0.1"
34
kala-compress = "1.27.1-1"
45
simple-png-javafx = "0.3.0"
@@ -20,6 +21,7 @@ java-info = "1.0"
2021
shadow = "8.3.6"
2122

2223
[libraries]
24+
hmclauncher = { module = "org.glavo.hmcl:HMCLauncher", version.ref = "hmclauncher" }
2325
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
2426
kala-compress-zip = { module = "org.glavo.kala:kala-compress-archivers-zip", version.ref = "kala-compress" }
2527
kala-compress-tar = { module = "org.glavo.kala:kala-compress-archivers-tar", version.ref = "kala-compress" }

0 commit comments

Comments
 (0)