Skip to content

Instantly share code, notes, and snippets.

@NikitaMelnikov
Created September 23, 2019 15:40
Show Gist options
  • Save NikitaMelnikov/f9ac8aff2ed5b30cf64b0bc98782ed2f to your computer and use it in GitHub Desktop.
Save NikitaMelnikov/f9ac8aff2ed5b30cf64b0bc98782ed2f to your computer and use it in GitHub Desktop.
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