Skip to content

Commit

Permalink
Update Kotlin to 1.9.20 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Nov 3, 2023
1 parent cfe427b commit f4193f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ versions = struct(
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
),
KOTLIN_CURRENT_COMPILER_RELEASE = version(
version = "1.9.10",
version = "1.9.20",
url_templates = [
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
],
sha256 = "7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342",
sha256 = "15a8a2825b74ccf6c44e04e97672db802d2df75ce2fbb63ef0539bf3ae5006f0",
),
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
version = "1.9.10-1.0.13",
version = "1.9.20-1.0.13",
url_templates = [
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
],
sha256 = "5b0b1179e8af40877d9d5929ec0260afb104956eabf2f23bb5568cfd6c20b37b",
sha256 = "eddac6a5a5ec53c74babab77a1e36933d13fbdb7682fe9c205979197e19c169f",
),
ANDROID = struct(
VERSION = "0.1.1",
Expand Down

0 comments on commit f4193f1

Please sign in to comment.