Skip to content

Commit

Permalink
Fix compiled-parser build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
momosetkn committed Sep 21, 2024
1 parent f345b5c commit 48bffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiled-parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
// Scan classes
api("io.github.classgraph:classgraph:$classgraphVersion")
// log
implementation("org.slf4j:slf4j-api:$slf4jVersion")
api("org.slf4j:slf4j-api:$slf4jVersion")

// test
testImplementation("io.kotest:kotest-framework-engine-jvm:$kotestVersion")
Expand Down

0 comments on commit 48bffd7

Please sign in to comment.