Skip to content

Commit 7af1340

Browse files
Bump org.jetbrains.kotlinx:kotlinx-cli from 0.3.5 to 0.3.6 (#13)
Bumps [org.jetbrains.kotlinx:kotlinx-cli](https://github.com/Kotlin/kotlinx-cli) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/Kotlin/kotlinx-cli/releases) - [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx-cli@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-cli 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>
1 parent cfc74c1 commit 7af1340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories { mavenCentral() }
1313
dependencies {
1414
testImplementation(kotlin("test"))
1515
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
16-
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.5")
16+
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")
1717
}
1818

1919
tasks.test { useJUnitPlatform() }

0 commit comments

Comments
 (0)