Skip to content

Commit

Permalink
Merge pull request #371 from blemale/bastien.lemale/chore_update_caff…
Browse files Browse the repository at this point in the history
…eine_version

chore: Update caffeine version to 3.1.8
  • Loading branch information
blemale authored Jul 10, 2024
2 parents 2672c82 + c4a6656 commit 64b5cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/CaffeineVersion.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object CaffeineVersion {

val value: String = "3.1.1"
val value: String = "3.1.8"

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class WeigherSpec extends AnyWordSpec with Matchers with OptionValues {
cache.put("bar", "word2")
cache.put("baz", "word3")

cache.getIfPresent("foo") should be(None)
cache.estimatedSize() should be(2)
}
}

Expand Down

0 comments on commit 64b5cd1

Please sign in to comment.