Skip to content

Commit

Permalink
use Scala 2.12.10 and 2.13.0, SBT 1.3.0, Cats 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Sep 11, 2019
1 parent 0b4400c commit 415db07
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,12 @@ object ExpiringCache {
entries <- cache.values
} yield {
entries.map { case (key, entry) =>
key -> for {
val value = for {
entry <- entry
} yield {
entry.value
}
key -> value
}
}
}
Expand Down

0 comments on commit 415db07

Please sign in to comment.