mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Add dependency on slf4j
This commit is contained in:
parent
14bbb72692
commit
2b527858f9
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ dependencies {
|
|||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
|
||||
|
||||
// Logging
|
||||
api "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
|
||||
// @Nullable, @Nonnull annotations
|
||||
|
|
Loading…
Reference in a new issue