Skip to content

Commit

Permalink
Update released_rules_kotlin to 1.9.6 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Sep 12, 2024
1 parent 2821bbb commit 40fecf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ rules_kotlin_bootstrap_extensions = use_extension(
)
use_repo(
rules_kotlin_bootstrap_extensions,
"kt_java_stub_template",
"released_com_github_google_ksp",
"released_com_github_jetbrains_kotlin",
)
Expand Down
4 changes: 2 additions & 2 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ versions = struct(
),
# needed for rules_pkg and java
RULES_KOTLIN = version(
version = "1.9.0",
version = "1.9.6",
url_templates = [
"https://github.com/bazelbuild/rules_kotlin/releases/download/v{version}/rules_kotlin-v{version}.tar.gz",
],
sha256 = "5766f1e599acf551aa56f49dab9ab9108269b03c557496c54acaf41f98e2b8d6",
sha256 = "3b772976fec7bdcda1d84b9d39b176589424c047eb2175bed09aac630e50af43",
),
# needed for rules_pkg and java
RULES_PYTHON = version(
Expand Down

0 comments on commit 40fecf5

Please sign in to comment.