Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 88e6fa6

Browse files
authored
GH-63 Fix CI artifact name, bump LiteCommands to 2.8.3 (#63)
* Fix CI artifact name, bump LiteCommands to 2.8.3 * Fix .editorconfig
1 parent 13825c3 commit 88e6fa6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ ij_formatter_tags_enabled = false
1515
ij_smart_tabs = false
1616
ij_visual_guides = none
1717
ij_wrap_on_typing = false
18+
19+
[*.{yml,yaml}]
20+
indent_size = 2

bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212

1313
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
1414
implementation("io.papermc:paperlib:1.0.8")
15-
implementation("dev.rollczi.litecommands:bukkit:2.8.0")
15+
implementation("dev.rollczi.litecommands:bukkit:2.8.3")
1616

1717
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
1818
}

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
implementation("dev.rollczi.litecommands:core:2.8.0")
6+
implementation("dev.rollczi.litecommands:core:2.8.3")
77
implementation("net.dzikoysk:cdn:1.14.3")
88

99
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")

0 commit comments

Comments
 (0)