Skip to content

Commit d867f78

Browse files
committed
Rename version catalog entry
1 parent a6ee16c commit d867f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(libs.bundles.asm)
2222

2323
implementation(libs.unpick.format)
24-
implementation(libs.unpick.cli)
24+
implementation(libs.unpick)
2525

2626
implementation(platform(libs.hypo.platform))
2727
implementation(libs.bundles.hypo.full)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ asm-util = { module = "org.ow2.asm:asm-util", version.ref = "asm" }
4040
asm-tree = { module = "org.ow2.asm:asm-tree", version.ref = "asm" }
4141

4242
unpick-format = { module = "net.fabricmc.unpick:unpick-format-utils", version.ref = "unpick" }
43-
unpick-cli = { module = "net.fabricmc.unpick:unpick", version.ref = "unpick" }
43+
unpick = { module = "net.fabricmc.unpick:unpick", version.ref = "unpick" }
4444

4545
hypo-platform = "dev.denwav.hypo:hypo-platform:2.3.0"
4646
hypo-model = { module = "dev.denwav.hypo:hypo-model" }

0 commit comments

Comments
 (0)