From 52b0506eec9d5d6a28e4bbb795e6c9820c33c5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 19 Feb 2024 15:24:00 +0200 Subject: [PATCH] add missing bsp4j It's used by BspFastCompile.java --- WORKSPACE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 67da7da95b5..d0002f0aa81 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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",