Skip to content

Commit

Permalink
Fix SLF4J Error (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Nov 8, 2024
1 parent 64f8448 commit 4f50553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ java {
}

dependencies {
implementation(libs.slf4jSimple)
implementation(libs.annotations)
implementation(libs.batik)
implementation(libs.imageio.batik)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ imageio-batik = "com.twelvemonkeys.imageio:imageio-batik:3.12.0"
batik = "org.apache.xmlgraphics:batik-all:1.18"
lombok = { module = "org.projectlombok:lombok", version = "1.18.34" }
jSystemThemeDetector = "com.github.Dansoftowner:jSystemThemeDetector:3.9.1"
slf4jSimple = "org.slf4j:slf4j-simple:2.0.16"

[plugins]
kotlin-jvm = "org.jetbrains.kotlin.jvm:2.0.21"
Expand Down

0 comments on commit 4f50553

Please sign in to comment.