All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy