Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml from 2.1 to 2.2 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent c64dcc0 commit 0ccdeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin {
api(libs.json)
// This should be KAML, but parsing OpenAI takes 57seconds
// Compared to 100ms with SnakeYAML
implementation("org.yaml:snakeyaml:2.1")
implementation("org.yaml:snakeyaml:2.2")
}
}
jvmTest { dependencies { implementation(libs.test) } }
Expand Down

0 comments on commit 0ccdeeb

Please sign in to comment.