aboutsummaryrefslogtreecommitdiff
path: root/runners/cli/build.gradle.kts
diff options
context:
space:
mode:
authorAndrzej Ratajczak <andrzej.ratajczak98@gmail.com>2020-05-12 15:19:53 +0200
committerKamil Doległo <9080183+kamildoleglo@users.noreply.github.com>2020-06-16 11:42:11 +0200
commit9637ec0747815181d56fa53419d4f6c56705752b (patch)
tree8d5c151b13322224c1053c9710273be2cf9760bd /runners/cli/build.gradle.kts
parentd20cad929c4c095fbc8a94e4d41938fa3fc39a0c (diff)
downloaddokka-9637ec0747815181d56fa53419d4f6c56705752b.tar.gz
dokka-9637ec0747815181d56fa53419d4f6c56705752b.tar.bz2
dokka-9637ec0747815181d56fa53419d4f6c56705752b.zip
Refactor CLI
Diffstat (limited to 'runners/cli/build.gradle.kts')
-rw-r--r--runners/cli/build.gradle.kts5
1 files changed, 3 insertions, 2 deletions
diff --git a/runners/cli/build.gradle.kts b/runners/cli/build.gradle.kts
index 4b39d64c..6c3a4d7d 100644
--- a/runners/cli/build.gradle.kts
+++ b/runners/cli/build.gradle.kts
@@ -5,11 +5,12 @@ plugins {
}
repositories {
- maven(url = "https://dl.bintray.com/orangy/maven")
+ maven(url = "https://dl.bintray.com/kotlin/kotlinx")
}
dependencies {
- implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.1.0-dev-3")
+ implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.2.1")
+ implementation("com.google.code.gson:gson:2.8.5")
implementation(project(":core"))
}