coursier.cache.PlatformCacheCompanion.scala Maven / Gradle / Ivy
The newest version!
package coursier.cache
import coursier.util.Task
abstract class PlatformCacheCompanion {
lazy val default: Cache[Task] = FileCache()
.noCredentials
}