mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
9 lines
178 B
Python
9 lines
178 B
Python
scala_library(
|
|
name = "cache",
|
|
dependencies = [
|
|
"core:core",
|
|
"paths/src/main/java:paths",
|
|
],
|
|
sources = rglobs("jvm/*.scala", "shared/*.scala"),
|
|
)
|