sbt/server-test/src
Eugene Yokota 6a7b56a645 Default to cached task
This flips the default `:=` operation to the cached task.
To opt out of the cache, use `Def.uncached(...)` or
mark the key with `@cacheLevel(include = Array.empty)`
2025-06-21 08:54:51 +09:00
..
server-test Default to cached task 2025-06-21 08:54:51 +09:00
test/scala Implement client-side run 2025-03-09 15:00:24 -04:00