Skip to content

Commit

Permalink
Update Geyser depends
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed May 11, 2024
1 parent 9733781 commit 9463e1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api: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:core:2.2.0-SNAPSHOT') {
compileOnly 'org.geysermc.geyser:api:2.3.0-SNAPSHOT'
compileOnly('org.geysermc.geyser:core:2.3.0-SNAPSHOT') {
exclude group: 'io.netty'
exclude group: 'io.netty.incubator'
}

implementation 'org.xerial:sqlite-jdbc:3.42.0.0'
Expand Down

0 comments on commit 9463e1e

Please sign in to comment.