Skip to content

Commit

Permalink
chore: Update Kotlin version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 7, 2025
1 parent d426081 commit c4c949d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = [
"org.jetbrains.kotlin:kotlin-test-junit:1.9.22",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0",
"org.jetbrains.kotlin:kotlin-test-junit:2.1.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1",
],
repositories = [
"https://repo1.maven.org/maven2",
Expand All @@ -335,10 +335,10 @@ maven_install(
# https://github.com/bazelbuild/rules_kotlin
github_archive(
name = "rules_kotlin",
integrity = "sha256-3TLxnnPHDzLMuaFmxhXAykrtjifnLEpjMMNSPq+hqlU=",
is_release = True,
repo = "bazelbuild/rules_kotlin",
sha256 = "3b772976fec7bdcda1d84b9d39b176589424c047eb2175bed09aac630e50af43",
version = "v1.9.6",
version = "v2.1.0",
)

load("@rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")
Expand Down

0 comments on commit c4c949d

Please sign in to comment.