From f58ff9ada91b85e81edfe33bad4ded069812ddeb Mon Sep 17 00:00:00 2001 From: Ivan “CLOVIS” Canet Date: Fri, 31 Jul 2026 08:36:52 +0000 Subject: [PATCH] upgrade: KotlinJS 2026.7.7 --- gradle/libs.versions.toml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,8 +3,8 @@ [versions] arrow = "2.2.3" # https://github.com/arrow-kt/arrow/releases lincheck = "2.39" # https://github.com/JetBrains/lincheck/releases -kotlin-js = "2025.7.6" # https://central.sonatype.com/artifact/org.jetbrains.kotlin-wrappers/kotlin-js kotlinx-coroutines = "1.11.0" # https://github.com/Kotlin/kotlinx.coroutines/releases +kotlin-js = "2026.7.7" # https://central.sonatype.com/artifact/org.jetbrains.kotlin-wrappers/kotlin-js [plugins] -- tangled.sh