Add slf4j-nop dependency
This commit is contained in:
parent
dbc482bee4
commit
50017f45c4
@ -29,6 +29,8 @@ dependencies {
|
||||
|
||||
implementation(libs.ikonli.javafx)
|
||||
|
||||
implementation(libs.slf4j.nop)
|
||||
|
||||
testImplementation(libs.kotest.core)
|
||||
testImplementation(libs.kotest.assertions)
|
||||
}
|
||||
|
@ -15,6 +15,8 @@ segment = "0.3.1"
|
||||
|
||||
ikonli-javafx = "12.3.1"
|
||||
|
||||
slf4j = "2.0.16"
|
||||
|
||||
[libraries]
|
||||
# Kotest
|
||||
# See: https://kotest.io
|
||||
@ -27,6 +29,7 @@ kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serializa
|
||||
kotlinx-html-jvm = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version.ref = "kotlinx-html-jvm" }
|
||||
|
||||
segment = { module = "com.github.houbb:segment", version.ref = "segment" }
|
||||
slf4j-nop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" }
|
||||
|
||||
ikonli-javafx = { module = "org.kordamp.ikonli:ikonli-javafx", version.ref = "ikonli-javafx" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user