upgrade kotlinx-coroutines-javafx to v1.10.2

This commit is contained in:
Craig Raw
2026-03-04 13:37:53 +02:00
parent eda7087bdd
commit 908fb80d2a
+1 -1
View File
@@ -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') {