Skip to content

Commit

Permalink
Update Kotlin to 1.9.23 and KSP to 1.9.23-1.0.20 (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Apr 26, 2024
1 parent cbb15c9 commit 384c55c
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 @@ -61,18 +61,18 @@ versions = struct(
sha256 = "2b3f6f674a944d25bb8d283c3539947bbe86074793012909a55de4b771f74bcc",
),
KOTLIN_CURRENT_COMPILER_RELEASE = version(
version = "1.9.22",
version = "1.9.23",
url_templates = [
"https://github.com/JetBrains/kotlin/releases/download/v{version}/kotlin-compiler-{version}.zip",
],
sha256 = "88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6",
sha256 = "93137d3aab9afa9b27cb06a824c2324195c6b6f6179d8a8653f440f5bd58be88",
),
KSP_CURRENT_COMPILER_PLUGIN_RELEASE = version(
version = "1.9.22-1.0.17",
version = "1.9.23-1.0.20",
url_templates = [
"https://github.com/google/ksp/releases/download/{version}/artifacts.zip",
],
sha256 = "b39b373e09e5edefe700fef628572f71be7d49e6396dec0ea52eb10c16ead39e",
sha256 = "ee0618755913ef7fd6511288a232e8fad24838b9af6ea73972a76e81053c8c2d",
),
ANDROID = struct(
VERSION = "0.1.1",
Expand Down

0 comments on commit 384c55c

Please sign in to comment.