New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 50017f45c4 - Show all commits

View File

@ -29,6 +29,8 @@ dependencies {
implementation(libs.ikonli.javafx)
implementation(libs.slf4j.nop)
testImplementation(libs.kotest.core)
testImplementation(libs.kotest.assertions)
}

View File

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