Merge remote-tracking branch 'origin/main'

This commit is contained in:
RaphiMC 2024-01-01 02:31:13 +01:00
commit bec10b1569
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ dependencies {
compileOnly "net.raphimc:ViaBedrock:0.0.4-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT"
api "com.google.guava:guava:32.1.3-jre"
api "org.slf4j:slf4j-api:2.0.9"
api "com.google.guava:guava:33.0.0-jre"
api "org.slf4j:slf4j-api:2.0.10"
api "org.yaml:snakeyaml:2.2"
}