diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2021-09-07 17:53:30 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2021-09-07 17:53:30 +0200 |
commit | 508b395a265bd5326322e20a437d11d19167bb4f (patch) | |
tree | 35da329b1c19a3df73a4e195c69e492c424b9274 /sw-bot | |
parent | Cleanup kotlin wrapper dependencies (diff) | |
download | seven-wonders-508b395a265bd5326322e20a437d11d19167bb4f.tar.gz seven-wonders-508b395a265bd5326322e20a437d11d19167bb4f.tar.bz2 seven-wonders-508b395a265bd5326322e20a437d11d19167bb4f.zip |
Cleanup test dependencies thanks to Kotlin 1.5
Diffstat (limited to 'sw-bot')
-rw-r--r-- | sw-bot/build.gradle.kts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw-bot/build.gradle.kts b/sw-bot/build.gradle.kts index 86017147..8522acb9 100644 --- a/sw-bot/build.gradle.kts +++ b/sw-bot/build.gradle.kts @@ -4,11 +4,6 @@ plugins { dependencies { api(projects.swClient) - implementation(kotlin("stdlib-jdk8")) implementation(libs.kotlinx.coroutines.core) - implementation(libs.slf4j.api) - - testImplementation(kotlin("test")) - testImplementation(kotlin("test-junit")) } |