Created
September 23, 2019 15:40
-
-
Save shapeless-space/f9ac8aff2ed5b30cf64b0bc98782ed2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library") | |
| package(default_visibility = ["//visibility:public"]) | |
| scala_library( | |
| name = 'config', | |
| deps = [ | |
| '//3rdparty/jvm/com/typesafe:config', | |
| ], | |
| exports = [ | |
| '//3rdparty/jvm/com/typesafe:config', | |
| ] | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment