We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c08700 commit 51ea4a5Copy full SHA for 51ea4a5
test/src/main/scala/scalarules/test/scala_import/BUILD
@@ -51,13 +51,14 @@ scala_library(
51
name = "source_jar_not_oncp",
52
testonly = True,
53
srcs = ["ReferCatsImplicits.scala"],
54
+ deps = ["@org_typelevel__cats_core"],
55
)
56
57
##Runtime deps
58
scala_import(
59
name = "indirection_for_transitive_runtime_deps",
60
- jars = [],
61
+ jars = ["@org_typelevel__cats_core//jar"],
62
63
64
0 commit comments