Skip to content

Commit fb65a66

Browse files
committed
WIP: Bzlmod part the thirty-first
Added `plugins = ["@org_typelevel_kind_projector"]` to compiler_plugin to fix the problem from part the twenty-eighth, since the `scalacopts` flag didn't actually fix it. With a hint from: - bazel-contrib#684 (comment)
1 parent 72dfd34 commit fb65a66

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

test/src/main/scala/scalarules/test/compiler_plugin/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ load("//scala:scala.bzl", "scala_library")
22

33
scala_library(
44
name = "compiler_plugin",
5-
scalacopts = ["-language:higherKinds"],
65
testonly = True,
76
srcs = ["KindProjected.scala"],
7+
plugins = ["@org_typelevel_kind_projector"],
88
visibility = ["//visibility:public"],
99
)

0 commit comments

Comments
 (0)