Update Geyser depends

This commit is contained in:
rtm516 2024-05-11 21:02:33 +01:00
parent 9733781b98
commit 9463e1e83b
No known key found for this signature in database
GPG key ID: 331715B8B007C67A

View file

@ -30,9 +30,10 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
compileOnly 'org.geysermc.geyser:api:2.2.0-SNAPSHOT' compileOnly 'org.geysermc.geyser:api:2.3.0-SNAPSHOT'
compileOnly('org.geysermc.geyser:core:2.2.0-SNAPSHOT') { compileOnly('org.geysermc.geyser:core:2.3.0-SNAPSHOT') {
exclude group: 'io.netty' exclude group: 'io.netty'
exclude group: 'io.netty.incubator'
} }
implementation 'org.xerial:sqlite-jdbc:3.42.0.0' implementation 'org.xerial:sqlite-jdbc:3.42.0.0'