Skip to content

Commit 51ea4a5

Browse files
committed
WIP: Bzlmod part the thirty-third
Added @org_typelevel__cats_core to scala_import targets.
1 parent 7c08700 commit 51ea4a5

File tree

1 file changed

+2
-1
lines changed
  • test/src/main/scala/scalarules/test/scala_import

1 file changed

+2
-1
lines changed

test/src/main/scala/scalarules/test/scala_import/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ scala_library(
5151
name = "source_jar_not_oncp",
5252
testonly = True,
5353
srcs = ["ReferCatsImplicits.scala"],
54+
deps = ["@org_typelevel__cats_core"],
5455
)
5556

5657
##Runtime deps
5758
scala_import(
5859
name = "indirection_for_transitive_runtime_deps",
5960
testonly = True,
60-
jars = [],
61+
jars = ["@org_typelevel__cats_core//jar"],
6162
)
6263

6364
scala_import(

0 commit comments

Comments
 (0)