Skip to content

Commit 50d9a6b

Browse files
committed
Add missing dependency on annotations.
The latest rules_scala is stricter in this and requires all dependencies to be listed. Transitive dependencies no longer work.
1 parent 8b54469 commit 50d9a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ scala_library(
144144
"//jvm-toxcore-api",
145145
"@maven//:com_google_guava_guava",
146146
"@maven//:org_apache_commons_commons_lang3",
147+
"@maven//:org_jetbrains_annotations",
147148
],
148149
)
149150

@@ -265,6 +266,7 @@ scala_library(
265266
":jvm-toxcore-c",
266267
"//jvm-toxcore-api",
267268
"@maven//:com_google_guava_guava",
269+
"@maven//:org_jetbrains_annotations",
268270
],
269271
) for src in glob(["src/test/java/im/tox/tox4j/impl/jni/codegen/Jni*.scala"])]
270272

0 commit comments

Comments
 (0)