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 31afd09 commit f1459dfCopy full SHA for f1459df
adapters/database/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
13
implementation("org.postgresql:postgresql:42.7.4") //DATABASE
14
15
- implementation("net.kyori:adventure-api:4.17.0")
+ implementation("net.kyori:adventure-api:4.23.0")
16
17
compileOnly(project(":api"))
18
api/build.gradle.kts
implementation("com.google.code.gson:gson:2.11.0")
testImplementation("com.h2database:h2:2.3.232")
}
0 commit comments