From 7039af022962d1b80de00467ad3dd745d79ab809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:22:27 +0000 Subject: [PATCH] chore(deps): update dependency jetbrains/kotlin to v2.3.21 --- src/kotlinc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kotlinc/install.sh b/src/kotlinc/install.sh index 0ef563b..f22be03 100644 --- a/src/kotlinc/install.sh +++ b/src/kotlinc/install.sh @@ -80,7 +80,7 @@ curl -sSfLO https://github.com/pinterest/ktlint/releases/download/${KTLINT_VERSI && mv ktlint /usr/local/bin # renovate: datasource=github-releases depName=JetBrains/kotlin -KOTLIN_VERSION=v2.3.20 +KOTLIN_VERSION=v2.3.21 export KT_VERSION=$(echo $KOTLIN_VERSION | cut -c2-) \ && curl -sSfLo kotlinc.zip https://github.com/JetBrains/kotlin/releases/download/${KOTLIN_VERSION}/kotlin-compiler-${KT_VERSION}.zip \ && unzip kotlinc.zip -d /opt/ \