Signed-off-by: Graham <gpe@openrs2.dev>
@ -2,7 +2,7 @@ object Versions {
const val asm = "8.0.1"
const val bouncyCastlePkix = "1.66"
const val bouncyCastleProvider = "1.66"
const val clikt = "2.8.0"
const val clikt = "3.0.0"
const val commonsCompress = "1.20"
const val dependencyLicenseReport = "1.14"
const val dokka = "1.4.0-rc"
@ -10,7 +10,7 @@ application {
dependencies {
api(project(":asm"))
api("com.github.ajalt:clikt:${Versions.clikt}")
api("com.github.ajalt.clikt:clikt:${Versions.clikt}")
api("com.google.inject:guice:${Versions.guice}")
implementation(project(":conf"))
@ -9,7 +9,7 @@ application {
}
implementation(project(":compress"))
publishing {
implementation(project(":deob-util"))
implementation(project(":util"))
implementation(project(":bundler"))
implementation(project(":deob-annotations"))
implementation("com.google.inject:guice:${Versions.guice}")