Skip to content

Commit bbe25f6

Browse files
committed
chore: update Kotlin toolchain
1 parent d0f853d commit bbe25f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kotlin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
set -e -u
1818

1919
# The version of the Kotlin Toolchain (and CLI) distribution to provision and use
20-
kotlin_cli_version=0.12.0-dev-4109
20+
kotlin_cli_version=0.12.0-dev-4116
2121
# Establish chain of trust from here by specifying exact checksum of Kotlin Toolchain (and CLI) distribution to be run
22-
kotlin_cli_sha256=53e12fabbcafd478e43a5c2fd7952567efa0b3d46d7e92666ab10d570834df50
22+
kotlin_cli_sha256=5b71b77cdf259948ccc9d5cebe9719f219f1f81d3c305dc2f593e0a98fbce13e
2323

2424
KOTLIN_CLI_DOWNLOAD_ROOT="${KOTLIN_CLI_DOWNLOAD_ROOT:-https://packages.jetbrains.team/maven/p/amper/amper}"
2525

kotlin.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
setlocal
1818

1919
@rem The version of the Kotlin Toolchain distribution to provision and use
20-
set kotlin_cli_version=0.12.0-dev-4109
20+
set kotlin_cli_version=0.12.0-dev-4116
2121
@rem Establish chain of trust from here by specifying the exact checksum of the Kotlin Toolchain distribution to be run
22-
set kotlin_cli_sha256=53e12fabbcafd478e43a5c2fd7952567efa0b3d46d7e92666ab10d570834df50
22+
set kotlin_cli_sha256=5b71b77cdf259948ccc9d5cebe9719f219f1f81d3c305dc2f593e0a98fbce13e
2323

2424
if not defined KOTLIN_CLI_DOWNLOAD_ROOT set KOTLIN_CLI_DOWNLOAD_ROOT=https://packages.jetbrains.team/maven/p/amper/amper
2525
if not defined KOTLIN_CLI_BOOTSTRAP_CACHE_DIR set KOTLIN_CLI_BOOTSTRAP_CACHE_DIR=%LOCALAPPDATA%\JetBrains\Kotlin\cli

0 commit comments

Comments
 (0)