From 35bdbef15323c43235add21a000a7cc1d2ea8893 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Sat, 31 Oct 2020 13:45:14 +0100 Subject: Upgrade dependencies - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0 --- sw-bot/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw-bot') diff --git a/sw-bot/build.gradle.kts b/sw-bot/build.gradle.kts index ac565683..c4cd1eaa 100644 --- a/sw-bot/build.gradle.kts +++ b/sw-bot/build.gradle.kts @@ -5,6 +5,8 @@ plugins { dependencies { implementation(project(":sw-client")) implementation(kotlin("stdlib-jdk8")) + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1") + testImplementation(kotlin("test")) testImplementation(kotlin("test-junit")) } -- cgit