Skip to content

Commit

Permalink
update geyser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Apr 27, 2024
1 parent a8502ca commit c9bfb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ repositories {
}

dependencies {
compileOnly('org.geysermc.geyser:core:2.2.0-SNAPSHOT') {
compileOnly('org.geysermc.geyser:core:2.2.3-SNAPSHOT') {
exclude group: 'io.netty'
}
compileOnly('org.geysermc.geyser:api:2.2.0-SNAPSHOT')
compileOnly('org.geysermc.geyser:api:2.2.3-SNAPSHOT')

api('com.fasterxml.jackson.core:jackson-annotations:2.17.0')
api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0')
Expand Down

0 comments on commit c9bfb57

Please sign in to comment.