getSeatsLeft() re-implemented
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies {
|
||||
implementation("io.ktor:ktor-client-cio:$ktorVersion")
|
||||
|
||||
// Trixnity
|
||||
implementation("net.folivo:trixnity-applicationservice:2.0.0-RC2")
|
||||
implementation("net.folivo:trixnity-applicationservice:2.0.0-RC5")
|
||||
|
||||
// Exposed
|
||||
val exposedVersion: String by project
|
||||
@@ -30,7 +30,7 @@ dependencies {
|
||||
}
|
||||
|
||||
// H2 database
|
||||
implementation("com.h2database:h2:2.1.210")
|
||||
implementation("com.h2database:h2:2.1.212")
|
||||
|
||||
// Jackson (YAML parser)
|
||||
val jacksonVersion: String by project
|
||||
|
||||
Reference in New Issue
Block a user