Skip to content

Commit

Permalink
Merge pull request #1091 from ansman/fix/make-slf4j-optional
Browse files Browse the repository at this point in the history
Make slf4j an optional dependency
  • Loading branch information
Raibaz committed May 4, 2023
2 parents d5cf9ab + 4e87005 commit 6cfbc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mockk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation(Deps.Libs.slfj)
compileOnly(Deps.Libs.slfj)

implementation(Deps.Libs.junit4)
implementation(Deps.Libs.junitJupiter)
Expand Down

0 comments on commit 6cfbc12

Please sign in to comment.