We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d8d8e commit 486adc2Copy full SHA for 486adc2
build.gradle.kts
@@ -46,8 +46,8 @@ dependencies {
46
47
implementation("dev.jorel", "commandapi-bukkit-shade-mojang-mapped", "9.5.3")
48
implementation("net.lingala.zip4j", "zip4j", "2.11.5")
49
- implementation("com.github.EsotericFoundation:utility.kt:1.1.1")
50
- implementation("com.github.EsotericFoundation:plugin-library:0.8.3")
+ implementation("com.github.esotericfoundation:utility.kt:1.1.1")
+ implementation("com.github.esotericfoundation:plugin-library:0.8.3")
51
implementation("gg.flyte:twilight:1.1.17")
52
implementation(kotlin("stdlib-jdk8"))
53
}
0 commit comments