We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e747a1f + 2718c47 commit c35f1d7Copy full SHA for c35f1d7
api/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
9
implementation("org.lushplugins:ChatColorHandler:5.1.6")
10
11
- compileOnlyApi("org.jetbrains:annotations:26.0.2")
+ compileOnlyApi("org.jetbrains:annotations:26.1.0")
12
}
13
14
java {
build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
54
implementation(project(":api"))
55
56
- implementation("org.lushplugins:LushLib:0.10.84")
+ implementation("org.lushplugins:LushLib:0.10.85")
57
implementation("io.github.revxrsal:lamp.common:4.0.0-rc.14")
58
implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.14")
59
0 commit comments