Skip to content

Commit f48e2bb

Browse files
committed
Use org.jetbrains:annotations instead of com.intellij.
1 parent 9614be6 commit f48e2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ scala_library(
106106
"//jvm-toxcore-api",
107107
"//third_party/scala:com_typesafe_scala_logging_scala_logging",
108108
"@com_google_guava_guava//jar",
109-
"@com_intellij_annotations//jar",
109+
"@org_jetbrains_annotations//jar",
110110
"@org_slf4j_slf4j_api//jar",
111111
],
112112
)
@@ -174,8 +174,8 @@ scala_library(
174174
"//jvm-toxcore-api",
175175
"//third_party/scala:com_chuusai_shapeless",
176176
"//third_party/scala:com_typesafe_scala_logging_scala_logging",
177-
"@com_intellij_annotations//jar",
178177
"@io_bazel_rules_scala//scala/scalatest",
178+
"@org_jetbrains_annotations//jar",
179179
"@org_scalacheck_scalacheck//jar",
180180
"@org_slf4j_slf4j_api//jar",
181181
],
@@ -200,9 +200,9 @@ scala_library(
200200
"//third_party/scala:com_chuusai_shapeless",
201201
"//third_party/scala:com_typesafe_scala_logging_scala_logging",
202202
"@com_google_guava_guava//jar",
203-
"@com_intellij_annotations//jar",
204203
"@log4j_log4j//jar",
205204
"@org_apache_commons_commons_lang3//jar",
205+
"@org_jetbrains_annotations//jar",
206206
"@org_scalacheck_scalacheck//jar",
207207
"@org_slf4j_slf4j_api//jar",
208208
"@org_slf4j_slf4j_log4j12//jar",

0 commit comments

Comments
 (0)