aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 19:21:56 +0300
committerGitHub <noreply@github.com>2022-04-11 19:21:56 +0300
commitfe87b368da4ce8b5b17d7f49d9231a1764780e29 (patch)
tree2ea761681403232075b6e6c24d609b7c4fbf5605
parentc59d6ef872186d185318c2bdcedabf9eaaa7b8ca (diff)
downloaddokka-fe87b368da4ce8b5b17d7f49d9231a1764780e29.tar.gz
dokka-fe87b368da4ce8b5b17d7f49d9231a1764780e29.tar.bz2
dokka-fe87b368da4ce8b5b17d7f49d9231a1764780e29.zip
Bump kotlinx-cli-jvm from 0.3.3 to 0.3.4 (#2428)
Bumps [kotlinx-cli-jvm](https://github.com/Kotlin/kotlinx-cli) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/Kotlin/kotlinx-cli/releases) - [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-cli/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-cli-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--runners/cli/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/runners/cli/build.gradle.kts b/runners/cli/build.gradle.kts
index f345df7d..73b01acb 100644
--- a/runners/cli/build.gradle.kts
+++ b/runners/cli/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
}
dependencies {
- implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.4")
implementation(project(":core"))
implementation(kotlin("stdlib"))
testImplementation(kotlin("test-junit"))