mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
Update Geyser depends
This commit is contained in:
parent
9733781b98
commit
9463e1e83b
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue