Skip to content

Commit fd8291a

Browse files
committed
Add uuid creator dependency
1 parent 21bb25c commit fd8291a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

HMCLCore/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies {
2828
api(libs.pci.ids)
2929
api(libs.hello.nbt)
3030
api(libs.weburl)
31+
api(libs.uuid.creator)
3132

3233
compileOnlyApi(libs.jetbrains.annotations)
3334

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ terracotta = "0.4.2"
2424
nayuki-qrcodegen = "1.8.0"
2525
jwebp = "0.2.0"
2626
weburl = "0.2.0"
27+
uuid-creator = "6.1.0"
2728

2829
# testing
2930
junit = "6.0.1"
@@ -60,6 +61,7 @@ monet-fx = { module = "org.glavo:MonetFX", version.ref = "monet-fx" }
6061
nayuki-qrcodegen = { module = "io.nayuki:qrcodegen", version.ref = "nayuki-qrcodegen" }
6162
jwebp = { module = "org.glavo:webp", version.ref = "jwebp" }
6263
weburl = { module = "org.glavo:weburl", version.ref = "weburl" }
64+
uuid_creator = { module = "com.github.f4b6a3:uuid-creator", version.ref = "uuid-creator" }
6365

6466
# testing
6567
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }

0 commit comments

Comments
 (0)