From 908fb80d2aff2dbc336dc91222213897993df3aa Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Wed, 4 Mar 2026 13:37:53 +0200 Subject: [PATCH] upgrade kotlinx-coroutines-javafx to v1.10.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee371183..f9e74d59 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation('org.openpnp:openpnp-capture-java:0.0.30-1') implementation("io.matthewnelson.kmp-tor:runtime:2.5.0") implementation("io.matthewnelson.kmp-tor:resource-exec-tor-gpl:408.21.0") - implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.1') { + implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.2') { exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-common' } implementation('de.jangassen:nsmenufx:3.1.0') {