From b99ad9cb6611078b076f019ffee40e9146df71f7 Mon Sep 17 00:00:00 2001 From: Andrew Reed Date: Thu, 6 Jun 2024 11:31:01 +0100 Subject: [PATCH] Bumped kotlin to v 2 and updated dependancies. --- build-support/src/main/kotlin/Platforms.kt | 5 ----- gradle/libs.versions.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/build-support/src/main/kotlin/Platforms.kt b/build-support/src/main/kotlin/Platforms.kt index 74abc279..42bc2509 100644 --- a/build-support/src/main/kotlin/Platforms.kt +++ b/build-support/src/main/kotlin/Platforms.kt @@ -49,11 +49,6 @@ fun KotlinMultiplatformExtension.jsNode() { } } nodejs { - testTask { - useMocha { - timeout = "300s" - } - } } } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 872e7ca3..7c8ee3b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -kotlin = "1.9.0" -coroutines = "1.7.2" -serialization = "1.5.1" -ktor = "2.3.2" +kotlin = "2.0.0" +coroutines = "1.8.1" +serialization = "1.6.3" +ktor = "2.3.11" okio = "3.4.0" logback = "1.4.8" @@ -41,7 +41,7 @@ ktoken = { group = "com.aallam.ktoken", name = "ktoken", version = "0.3.0" } [plugins] kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" } +kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.3" } spotless = { id = "com.diffplug.gradle.spotless", version = "6.20.0" } -dokka = { id = "org.jetbrains.dokka", version = "1.8.20" } \ No newline at end of file +dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } \ No newline at end of file