Skip to content

Commit

Permalink
Update rules_jvm_external to 6.0. (#5)
Browse files Browse the repository at this point in the history
This requires updating to Bazel 7.
  • Loading branch information
SanjayVas authored Jan 22, 2024
1 parent b6e33c4 commit ecdbc1b
Show file tree
Hide file tree
Showing 3 changed files with 3,809 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.1
11 changes: 8 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ bazel_dep(
)
bazel_dep(
name = "rules_java",
version = "6.5.2",
version = "7.3.2",
)
bazel_dep(
name = "rules_kotlin",
version = "1.9.0",
)
bazel_dep(
name = "rules_jvm_external",
version = "5.3",
version = "6.0",
)
bazel_dep(
name = "protobuf",
Expand All @@ -46,12 +46,17 @@ maven.artifact(
group = "io.grpc",
version = GRPC_KOTLIN_VERSION,
)
maven.artifact(
testonly = True,
artifact = "kotlin-test",
group = "org.jetbrains.kotlin",
version = KOTLIN_RELEASE_VERSION,
)
maven.install(
artifacts = [
"org.jetbrains.kotlin:kotlin-stdlib:" + KOTLIN_RELEASE_VERSION,
"org.jetbrains.kotlin:kotlin-stdlib-common:" + KOTLIN_RELEASE_VERSION,
"org.jetbrains.kotlin:kotlin-reflect:" + KOTLIN_RELEASE_VERSION,
"org.jetbrains.kotlin:kotlin-test:" + KOTLIN_RELEASE_VERSION,
"org.jetbrains.kotlinx:kotlinx-coroutines-core:" + KOTLINX_COROUTINES_VERSION,
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:" + KOTLINX_COROUTINES_VERSION,
"io.grpc:grpc-api:" + GRPC_JAVA_VERSION,
Expand Down
Loading

0 comments on commit ecdbc1b

Please sign in to comment.