From 84e58cca825122233d546f1fd2b0b0443e6fbde0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:31:47 +0000 Subject: [PATCH] chore(deps): update dependency jetbrains/kotlin to v2.3.20 --- 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 6e53e85..0ef563b 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.10 +KOTLIN_VERSION=v2.3.20 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/ \