From 35b9714eca88bd5167f5cb9a3a2b6ab32cc355c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:45:58 +0000 Subject: [PATCH] chore(deps): update dependency jetbrains/kotlin to v2.3.10 --- 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 d176c9e..6e53e85 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.0 +KOTLIN_VERSION=v2.3.10 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/ \