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 authored and restingbull committed Sep 20, 2024
1 parent fe0d460 commit 78c0fb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
6 changes: 2 additions & 4 deletions src/main/kotlin/io/bazel/kotlin/builder/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ java_library(
name = "builder",
srcs = glob(["*.java"]),
visibility = ["//src:__subpackages__"],
runtime_deps = [
"//kotlin/compiler:kotlin-stdlib-jdk7",
"//kotlin/compiler:kotlin-stdlib-jdk8",
],
deps = [
"//kotlin/compiler:annotations",
"//kotlin/compiler:kotlin-stdlib",
"//kotlin/compiler:kotlin-stdlib-jdk7",
"//kotlin/compiler:kotlin-stdlib-jdk8",
"//src/main/kotlin/io/bazel/kotlin/builder/tasks",
"//src/main/kotlin/io/bazel/kotlin/builder/toolchain",
"//src/main/kotlin/io/bazel/kotlin/builder/utils",
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 78c0fb7

Please sign in to comment.