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 f7569ea commit b635f39Copy full SHA for b635f39
PistonChat/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation("net.kyori:adventure-text-minimessage:4.21.0")
18
implementation("org.bstats:bstats-bukkit:3.1.0")
19
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.3")
20
- implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.1")
21
}
22
23
tasks {
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
9
10
dependencies {
11
- implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta15")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta16")
12
13
14
java {
0 commit comments