hopefully running
This commit is contained in:
parent
629a5cc746
commit
b62c04f77b
9 changed files with 73 additions and 82 deletions
|
@ -1,20 +1,24 @@
|
|||
[versions]
|
||||
detekt = "1.23.6" # Note: Plugin versions must be updated in the settings.gradle.kts too
|
||||
kotlin = "2.0.20" # Note: Plugin versions must be updated in the settings.gradle.kts too
|
||||
|
||||
groovy = "3.0.22"
|
||||
jansi = "2.4.1"
|
||||
kx-ser = "1.7.2"
|
||||
kx-ser = "1.7.3"
|
||||
logback = "1.5.7"
|
||||
logback-groovy = "1.14.5"
|
||||
logging = "7.0.0"
|
||||
twitch4j = "1.22.0"
|
||||
events4j = "0.12.2"
|
||||
kx-coroutines = "1.9.0"
|
||||
|
||||
[libraries]
|
||||
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
|
||||
groovy = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
|
||||
jansi = { module = "org.fusesource.jansi:jansi", version.ref = "jansi" }
|
||||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8" }
|
||||
kx-ser = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kx-ser" }
|
||||
kx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kx-coroutines" }
|
||||
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-simple", version.ref = "events4j" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue