From 993597efb908d732844ab34d14d3e6e150a222f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:51:07 +0000 Subject: [PATCH] chore(deps): update dependency jetbrains/kotlin to v2.2.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 6a40959..5435f52 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.2.10 +KOTLIN_VERSION=v2.2.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/ \