mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-21 14:52:12 +01:00
Reuse slf4jVersion for slf4j-nop
This commit is contained in:
parent
06851776bd
commit
43ef11f11a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ dependencies {
|
|||
|
||||
// Logging
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
implementation 'org.slf4j:slf4j-nop:1.7.36'
|
||||
implementation "org.slf4j:slf4j-nop:$slf4jVersion"
|
||||
|
||||
testImplementation project(":wkd-test-suite")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue