Skip to content

Commit

Permalink
Merge pull request #30 from andyscott/bazel-export-cats
Browse files Browse the repository at this point in the history
Export cats-core & cats-free from core module
  • Loading branch information
andyscott authored Jul 10, 2018
2 parents 1e5bebb + 1dd3d80 commit 27dd109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ scala_library(
"//modules/meta",
],
exports = [
"//external:io_higherkindness_droste_typelevel_cats_core",
"//external:io_higherkindness_droste_typelevel_cats_free",
"//modules/meta",
],
visibility = [
Expand Down

0 comments on commit 27dd109

Please sign in to comment.