1
0
Fork 0

style(deps): comments

This commit is contained in:
ineanto 2025-09-06 11:01:12 +02:00
parent 2b6bed8336
commit 1b23e3a816
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -18,19 +18,18 @@ repositories {
} }
dependencies { dependencies {
// Spigot // Paper
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT") paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
// Game Libraries // Inventory UI
compileOnly("xyz.xenondevs.invui:invui:1.46") compileOnly("xyz.xenondevs.invui:invui:1.46")
compileOnly("xyz.xenondevs.invui:invui-kotlin:1.46") compileOnly("xyz.xenondevs.invui:invui-kotlin:1.46")
// Resource Pack (unused)
implementation("ru.brikster:glyphs-api:1.1.0") implementation("ru.brikster:glyphs-api:1.1.0")
implementation("ru.brikster:glyphs-resources:1.1.0") implementation("ru.brikster:glyphs-resources:1.1.0")
// Stdlib
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version") implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
// Commons IO
implementation("commons-io:commons-io:2.14.0") implementation("commons-io:commons-io:2.14.0")
} }