From 4bb00a032f7a2e91ed57e41b0825503309886c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:47:07 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin-wrappers:kotlin-extensions to v1.0.1-pre.623 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6f34664..09975fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -140,7 +140,7 @@ kotlin { implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion") implementation("io.ktor:ktor-client-js:$ktorVersion") - implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.399") + implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.623") // Tailwindcss and loaders implementation(npm("tailwindcss", "3.1.8"))