From ca345eb36b437000194b218e0b8ffcddc6925cf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 02:04:34 +0000 Subject: [PATCH] chore(deps): update dependency pinterest/ktlint to v1.8.0 --- 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 5a23a10..c8d2105 100644 --- a/src/kotlinc/install.sh +++ b/src/kotlinc/install.sh @@ -74,7 +74,7 @@ echo "Step 5, install packages" check_packages ca-certificates curl unzip # renovate: datasource=github-releases depName=pinterest/ktlint -KTLINT_VERSION=1.7.1 +KTLINT_VERSION=1.8.0 curl -sSfLO https://github.com/pinterest/ktlint/releases/download/${KTLINT_VERSION}/ktlint \ && chmod a+x ktlint \ && mv ktlint /usr/local/bin