Skip to content

Commit

Permalink
bsp4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Motiejus Jakštys committed Feb 20, 2024
1 parent dde6771 commit abc920f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ rules_jvm_external_setup()
load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = IO_GRPC_GRPC_JAVA_ARTIFACTS,
artifacts = IO_GRPC_GRPC_JAVA_ARTIFACTS + ["ch.epfl.scala:bsp4j:2.2.0-M1"],
generate_compat_repositories = True,
override_targets = IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS,
repositories = [
Expand Down
1 change: 1 addition & 0 deletions scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ java_library(
"//proto:proto_deps",
"//sdkcompat",
"//third_party/scala",
"@maven//:ch_epfl_scala_bsp4j",
],
)

Expand Down

0 comments on commit abc920f

Please sign in to comment.