Updated trixnity to 2.0.0-RC2, runtime errors present

This commit is contained in:
2022-04-17 01:55:46 +02:00
parent 2e084a1fdb
commit 86629b97dc
9 changed files with 47 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
plugins {
application
kotlin("jvm") version "1.6.10"
kotlin("plugin.serialization") version "1.6.10"
kotlin("jvm") version "1.6.20"
kotlin("plugin.serialization") version "1.6.20"
}
group = "eu.fosil"
@@ -19,7 +19,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:$ktorVersion")
// Trixnity
implementation("net.folivo:trixnity-appservice:1.2.0-RC1")
implementation("net.folivo:trixnity-applicationservice:2.0.0-RC2")
// Exposed
val exposedVersion: String by project