Updated trixnity to 2.0.0-RC2, runtime errors present
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user