the-algorithm/representation-scorer/server/src/main/scala/com/twitter/representationscorer/common/BUILD

10 lines
238 B
Python

scala_library(
compiler_option_sets = ["fatal_warnings"],
platform = "java8",
tags = ["bazel-compatible"],
dependencies = [
"decider/src/main/scala",
"src/scala/com/twitter/simclusters_v2/common",
],
)