Remove redundant dependency

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 4 years ago
parent f2400117fd
commit e22765aada
  1. 2
      protocol/build.gradle.kts

@ -7,8 +7,6 @@ dependencies {
api("io.netty:netty-codec:${Versions.netty}")
implementation(project(":buffer"))
testImplementation(project(":buffer"))
}
publishing {

Loading…
Cancel
Save