Code cleanup

This commit is contained in:
2021-03-27 15:22:39 +01:00
parent b4ce6600a4
commit 148fb7b7db
7 changed files with 45 additions and 18 deletions

View File

@@ -26,8 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("io.github.microutils:kotlin-logging-jvm:2.0.6")
// https://mvnrepository.com/artifact/net.folivo/matrix-spring-boot-bot
implementation ("net.folivo:matrix-spring-boot-bot:0.4.5")
// implementation (group = "net.folivo", name = "matrix-spring-boot-bot", version = "0.4.6")
implementation ("net.folivo:matrix-spring-boot-bot:0.4.6")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("com.h2database:h2")
runtimeOnly("io.r2dbc:r2dbc-h2")