Skip to content

Commit

Permalink
Merge pull request #112 from shalva97/renovate/org.jetbrains.kotlinx-…
Browse files Browse the repository at this point in the history
…kotlinx-cli-0.x

Update dependency org.jetbrains.kotlinx:kotlinx-cli to v0.3.6
  • Loading branch information
shalva97 authored Sep 7, 2023
2 parents 3246717 + c5edfba commit e6533ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplatform-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.5")
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")
implementation(project(":parser"))
implementation("com.squareup.okio:okio:3.3.0")
}
Expand Down

0 comments on commit e6533ac

Please sign in to comment.