We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817cd9e commit 4dc8219Copy full SHA for 4dc8219
action-binding-generator/build.gradle.kts
@@ -13,7 +13,7 @@ version = rootProject.version
13
14
dependencies {
15
implementation("com.squareup:kotlinpoet:1.18.1")
16
- implementation("com.charleskorn.kaml:kaml:0.60.0")
+ implementation("com.charleskorn.kaml:kaml:0.61.0")
17
implementation(projects.sharedInternal)
18
19
testImplementation(projects.githubWorkflowsKt)
0 commit comments