lets hope this works

This commit is contained in:
Jannik Reimers 2025-04-03 16:13:21 +02:00
parent ad82dbd409
commit f8881deb66
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
5 changed files with 39 additions and 8 deletions

View file

@ -10,6 +10,9 @@ logback-groovy = "1.14.5"
logging = "7.0.3"
kordex-gradle = "1.7.0"
kordex = "2.3.1-SNAPSHOT"
twitch4j = "1.24.0"
events4j = "0.12.2"
[libraries]
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
@ -20,6 +23,9 @@ kx-ser = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
logback-groovy = { module = "io.github.virtualdogbert:logback-groovy-config", version.ref = "logback-groovy" }
logging = { module = "io.github.oshai:kotlin-logging", version.ref = "logging" }
twitch4j = { module = "com.github.twitch4j:twitch4j", version.ref = "twitch4j" }
events4j = { module = "com.github.philippheuer.events4j:events4j-handler-reactor", version.ref = "events4j" }
[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }