Skip to content

Bump rules_kotlin from 2.2.2-codeql.1 to 2.3.20#138

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_kotlin-2.3.20
Open

Bump rules_kotlin from 2.2.2-codeql.1 to 2.3.20#138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_kotlin-2.3.20

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps rules_kotlin from 2.2.2-codeql.1 to 2.3.20.

Release notes

Sourced from rules_kotlin's releases.

v2.3.20

Release notes for v2.3.20

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_kotlin", version = "2.3.20")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_kotlin",
    sha256 = "13d5b767d697473ced9b55547a18a6ab65ab3fae5440555deee8a44c886b50aa",
    url = "https://github.com/bazelbuild/rules_kotlin/releases/download/v2.3.20/rules_kotlin-v2.3.20.tar.gz",
)
load("@​rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")
kotlin_repositories() # if you want the default. Otherwise see custom kotlinc distribution below
load("@​rules_kotlin//kotlin:core.bzl", "kt_register_toolchains")
kt_register_toolchains() # to use the default toolchain, otherwise see toolchains below

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_kotlin@v2.3.10...v2.3.20

... (truncated)

Commits

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Apr 7, 2026
Bumps [rules_kotlin](https://github.com/bazelbuild/rules_kotlin) from 2.2.2-codeql.1 to 2.3.20.
- [Release notes](https://github.com/bazelbuild/rules_kotlin/releases)
- [Changelog](https://github.com/bazel-contrib/rules_kotlin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bazelbuild/rules_kotlin/commits/v2.3.20)

---
updated-dependencies:
- dependency-name: rules_kotlin
  dependency-version: 2.3.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/rules_kotlin-2.3.20 branch from 78472bb to 24d1dc2 Compare April 27, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants