From 7db4d246d920586edcc485d514d9651dcc370d67 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 9 May 2023 16:31:47 -0600 Subject: logic seems fine? --- app/build.gradle | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 8add66f..ac1dd3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ plugins { // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. - id 'org.jetbrains.kotlin.jvm' version '1.6.0' + id 'org.jetbrains.kotlin.jvm' version '1.8.0' // Apply the application plugin to add support for building a CLI application in Java. id 'application' @@ -32,12 +32,9 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:31.1-jre' - // Ktor - implementation "io.ktor:ktor-server-core:2.3.0" - implementation "io.ktor:ktor-server-netty:2.3.0" - // Coroutines core - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2' + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.7.0" } application { @@ -63,4 +60,4 @@ tasks.named('test') { javafx { version = "20" modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics'] -} \ No newline at end of file +} -- cgit v1.2.3