mirror of https://github.com/sbt/sbt.git
10 lines
215 B
Python
10 lines
215 B
Python
|
|
scala_library(
|
||
|
|
name = "scalaz-interop",
|
||
|
|
dependencies = [
|
||
|
|
"core:core",
|
||
|
|
"cache:cache",
|
||
|
|
"3rdparty/jvm:scalaz-concurrent",
|
||
|
|
],
|
||
|
|
sources = rglobs("jvm/*.scala", "shared/*.scala"),
|
||
|
|
)
|