Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-cli from 0.3.5 to 0.3.6
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 2, 2023
1 parent 60db96c commit 69042a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

// Kotlin
implementation(kotlin("stdlib-jdk8"))
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.5")
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")

// Transformers
implementation("org.ow2.asm:asm:9.5")
Expand Down

0 comments on commit 69042a1

Please sign in to comment.