Update dependencies

This commit is contained in:
kageru 2019-10-06 14:20:39 +02:00
parent 897457336d
commit 87cb943712
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -38,14 +38,14 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.javacord:javacord:3.0.4")
implementation("org.mapdb:mapdb:3.0.7")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.3.50")
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.1")
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
testImplementation("io.mockk:mockk:1.9.3")
// these two are needed to access javacord internals (such as reading from sent embeds during tests)
testImplementation("org.javacord:javacord-core:3.0.4")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.9.9.3")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3")
}
tasks.withType<KotlinCompile> {