Skip to content

Commit

Permalink
fix(build-logic): add snakeyaml to test runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Apr 25, 2024
1 parent 635cf58 commit 28c53f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
testImplementation(libs.junit.jupiter)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly(libs.slf4j.simple)
testRuntimeOnly(libs.snakeyaml)
}

java {
Expand Down

0 comments on commit 28c53f1

Please sign in to comment.