Skip to content

Commit

Permalink
cache val
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Nov 23, 2023
1 parent 13061ec commit e35bb73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import coursier._
import coursier.core.Extension

object CoursierProtocCache {
lazy val cache: FileCache[Dependency] = {
val cache: FileCache[Dependency] = {
val x = new FileCache(FileCache.cacheDir, download, filenameFromKey)
println("*** Creating a new filecache: $x")
x
Expand Down

0 comments on commit e35bb73

Please sign in to comment.