banger
This commit is contained in:
parent
5ad150e53d
commit
61c9fa6731
17 changed files with 259 additions and 120 deletions
|
@ -12,6 +12,9 @@ kordex-gradle = "1.7.0"
|
|||
kordex = "2.3.1-SNAPSHOT"
|
||||
twitch4j = "1.24.0"
|
||||
events4j = "0.12.2"
|
||||
kx-coroutines = "1.9.0"
|
||||
kmongo = "5.1.0"
|
||||
|
||||
|
||||
|
||||
[libraries]
|
||||
|
@ -25,6 +28,10 @@ logback-groovy = { module = "io.github.virtualdogbert:logback-groovy-config", ve
|
|||
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" }
|
||||
kmongo = { module="org.litote.kmongo:kmongo-coroutine-serialization", version.ref = "kmongo" }
|
||||
kx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kx-coroutines" }
|
||||
|
||||
|
||||
|
||||
|
||||
[plugins]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue