Skip to content

Commit

Permalink
add missing bsp4j
Browse files Browse the repository at this point in the history
It's used by BspFastCompile.java
  • Loading branch information
Motiejus Jakštys committed Feb 19, 2024
1 parent dde6771 commit 52b0506
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,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 = "truth",
artifact = "com.google.truth:truth:0.42",
Expand Down

0 comments on commit 52b0506

Please sign in to comment.