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 cdfbcde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,14 @@ jvm_maven_import_external(
server_urls = ["https://repo1.maven.org/maven2"],
)

jvm_maven_import_external(
name = "bsp4j",
artifact = "ch.epfl.scala:bsp4j:2.1.0-M3",
artifact_sha256 = "e320c4785e9d2b3f5e5d29af1a8390cfd33a14c2b97ebabc971d2de17f5ec82f",
licenses = ["notice"], # Apache 2.0
server_urls = ["https://repo1.maven.org/maven2"],
)

jvm_maven_import_external(
name = "io_netty_netty_transport_native_unix_common",
artifact = "io.netty:netty-transport-native-unix-common:4.1.96.Final",
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",
"@bsp4j//:bsp4j",
],
)

Expand Down

0 comments on commit cdfbcde

Please sign in to comment.