Skip to content

Commit

Permalink
Only depend on VV common
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Nov 6, 2023
1 parent 6fd4382 commit 07224d9
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 @@ -38,8 +38,8 @@ repositories {
}

dependencies {
compileOnly "com.viaversion:viaversion:4.9.0-23w41a-SNAPSHOT"
compileOnly("com.viaversion:viabackwards-common:4.9.0-23w41a-SNAPSHOT") {
compileOnly "com.viaversion:viaversion-common:4.9.0-23w44a-SNAPSHOT"
compileOnly("com.viaversion:viabackwards-common:4.9.0-23w44a-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion"
exclude group: "io.netty", module: "netty-all"
}
Expand Down

0 comments on commit 07224d9

Please sign in to comment.