Reuse slf4jVersion for slf4j-nop

This commit is contained in:
Paul Schaub 2022-04-26 01:19:13 +02:00
parent 06851776bd
commit 43ef11f11a
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}